use salmon specs from github with rawgit
because the gooclecode links don't work anymore
This commit is contained in:
parent
da79b72d62
commit
6b1889aa2c
2 changed files with 2 additions and 2 deletions
|
|
@ -71,7 +71,7 @@ module DiasporaFederation
|
|||
# @!attribute [r] salmon_url
|
||||
# @note could be nil
|
||||
# @return [String] salmon endpoint url
|
||||
# @see http://salmon-protocol.googlecode.com/svn/trunk/draft-panzer-salmon-00.html#SMLR
|
||||
# @see https://cdn.rawgit.com/salmon-protocol/salmon-protocol/master/draft-panzer-salmon-00.html#SMLR
|
||||
# Panzer draft for Salmon, paragraph 3.3
|
||||
property :salmon_url
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ module DiasporaFederation
|
|||
# When parsing the XML of an incoming Magic Envelope {MagicEnvelope.unenvelop}
|
||||
# is used.
|
||||
#
|
||||
# @see http://salmon-protocol.googlecode.com/svn/trunk/draft-panzer-magicsig-01.html
|
||||
# @see https://cdn.rawgit.com/salmon-protocol/salmon-protocol/master/draft-panzer-magicsig-01.html
|
||||
class MagicEnvelope
|
||||
include Logging
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue