Skip to content

Commit

Permalink
fixing relative links
Browse files Browse the repository at this point in the history
  • Loading branch information
leewardbound committed Jul 16, 2020
1 parent cece411 commit 4d58951
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@


## Documentation
+ [Development](docs/dev/)
+ [Quick Start](docs/dev/quick_start.md)
+ [Docker Compose](docs/dev/docker.md)
+ [Debugging](docs/dev/debugging.md)
+ [Production](docs/production/)
+ [Docker Compose](docs/production/README.md)
+ [Kubernetes](kube/README.md)
+ [Stress Test](docs/production/stress_test.md)
+ [Server](docs/server_features.md)
+ [Clients](docs/client_features.md)
+ [Development](dev/)
+ [Quick Start](dev/quick_start.md)
+ [Docker Compose](dev/docker.md)
+ [Debugging](dev/debugging.md)
+ [Production](production/)
+ [Docker Compose](production/README.md)
+ [Kubernetes](../kube/README.md)
+ [Stress Test](production/stress_test.md)
+ [Server](server_features.md)
+ [Clients](client_features.md)
+ Ion SDKs
+ [SDK - Javascript](https://github.com/pion/ion-sdk-js)
+ [SDK - Flutter](https://github.com/pion/ion-sdk-flutter)
Expand All @@ -21,8 +21,8 @@
+ [Ion Load Tool](https://github.com/pion/ion-load-tool)


+ [Glossary / Definitions](docs/glossary.md)
+ [Frequently Asked Questions](docs/faq.md)
+ [Glossary / Definitions](glossary.md)
+ [Frequently Asked Questions](faq.md)

## Architecture
![arch](https://github.com/pion/ion/raw/master/docs/imgs/arch.png)

0 comments on commit 4d58951

Please sign in to comment.