]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/channels/remote/remote-docs.factor
docs: cleanup some article titles that can be strings.
[factor.git] / basis / channels / remote / remote-docs.factor
index e07dbe7b3d54430a6f6059d4d0c7470dd1dbc812..456cceb36b64c0ef8a827ad064a63fd6f7ad7e9c 100644 (file)
@@ -43,7 +43,7 @@ HELP: publish
 }
 { $see-also <remote-channel> unpublish } ;
 
-ARTICLE: { "remote-channels" "remote-channels" } "Remote Channels"
+ARTICLE: "channels.remote" "Remote Channels"
 "Remote channels are channels that can be accessed by other Factor instances. It uses distributed concurrency to serialize and send data between channels."
 $nl
 "To start a remote node, distributed concurrency must have been started. This can be done using " { $link start-server } "."
@@ -61,4 +61,4 @@ $nl
 { $snippet "\"myhost.com\" 9001 <node> 123456 <remote-channel>\n\"hello\" over to" }
 ;
 
-ABOUT: { "remote-channels" "remote-channels" }
+ABOUT: "channels.remote"