Merge pull request #742 from mDuo13/rm_src_brs

Remove <br> tags from [Source] links.
This commit is contained in:
Rome Reginelli
2019-12-04 16:40:38 -08:00
committed by GitHub
90 changed files with 144 additions and 144 deletions

View File

@@ -1,5 +1,5 @@
# subscribe
[[Source]<br>](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/Subscribe.cpp "Source")
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/Subscribe.cpp "Source")
The `subscribe` method requests periodic notifications from the server when certain events happen.

View File

@@ -1,5 +1,5 @@
# unsubscribe
[[Source]<br>](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/Unsubscribe.cpp "Source")
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/Unsubscribe.cpp "Source")
The `unsubscribe` command tells the server to stop sending messages for a particular subscription or set of subscriptions.