use salmon specs from github with rawgit

because the gooclecode links don't work anymore
This commit is contained in:
Benjamin Neff 2016-06-22 19:59:08 +02:00
parent da79b72d62
commit 6b1889aa2c
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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