1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

update broken links

add back nats.io link to outline
This commit is contained in:
ainsley
2019-06-04 15:55:57 -05:00
parent 386c157d0b
commit 13e2a3c7c4
6 changed files with 7 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
The virtues of the NATS protocol manifest quickly when you experience how easy it is to use NATS. Because the NATS protocol is text-based, you can use NATS across virtually any platform or language. In the following demo we use [Telnet](https://en.wikipedia.org/wiki/Telnet).
On the wire you can publish and subscribe using a simple [set of protocol commands](/documentation/internals/nats-protocol/).
On the wire you can publish and subscribe using a simple [set of protocol commands](nats-protocol.md).
## Instructions