Browse Source

repo-map: Reorder the links + fix a broken link

Dylan Powers 10 years ago
parent
commit
8c54310303
1 changed files with 27 additions and 27 deletions
  1. 27 27
      project-directory.md

+ 27 - 27
project-directory.md

@@ -1,48 +1,48 @@
 IPFS Project Directory
 ======================
-Listed here are all the repositories for use by the ipfs community on Github.
+These are all the repos found in the ipfs Github org. If you still can't find what you're looking for try [searching Github]( https://github.com/search?utf8=%E2%9C%93&q=user%3Aipfs).
 
-## Applications
+## Documents
+* [papers](https://github.com/ipfs/papers)  
+    Academic papers on ipfs.
+    
+* [specs](https://github.com/ipfs/specs)  
+    Specifications on the ipfs protocol.
+
+
+## Implementations
 * [go-ipfs](https://github.com/ipfs/go-ipfs)  
     IPFS implementation in golang. This is currently the only implementation in active development.
-    
+
+
+## Applications
 * [astralboot](https://github.com/ipfs/astralboot)  
     A low level boot server that deploys directly out of ipfs.
     
-    
-## Application Resources
-* [infrastructure](https://github.com/ipfs/infrastructure)  
-    Documentation and scripts related to infrastructure for developers and users.
-  
-* [logo](https://github.com/ipfs/logo)  
-    IPFS logo.
-    
-* [website](https://github.com/ipfs/website)  
-    Source for the ipfs website at http://ipfs.io.
-    
 * [webui](https://github.com/ipfs/webui)  
     The ipfs webui accessible from the api gateway typically at port 5001.
-
-
+    
+    
 ## Demos and Examples
-* [container-demos](https://github.com/ipfs/astralboot)  
+* [container-demos](https://github.com/ipfs/container-demos)  
     Demos on how to boot docker images and VMs.
     
 * [examples](https://github.com/ipfs/examples)  
     Examples on how to use go-ipfs.
 
 
-## Documents
-* [papers](https://github.com/ipfs/papers)  
-    Academic papers on ipfs.
-    
-* [specs](https://github.com/ipfs/specs)  
-    Specifications on the ipfs protocol.
-
-
-## Management
+## Community Resources
 * [community](https://github.com/ipfs/community)  
     Information related to the community.
-    
+
+* [infrastructure](https://github.com/ipfs/infrastructure)  
+    Documentation and scripts related to infrastructure for developers and users.
+
+* [logo](https://github.com/ipfs/logo)  
+    IPFS logo.
+  
 * [mgmt](https://github.com/ipfs/mgmt)  
     Information related to project management.
+
+* [website](https://github.com/ipfs/website)  
+    Source for the ipfs website at http://ipfs.io.