Explorar el Código

update persistence spec link

tags/v2.11.0-rc1
Shivaram Lingamneni hace 1 año
padre
commit
898f84c613
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1
    1
      gencapdefs.py
  2. 1
    1
      irc/caps/defs.go

+ 1
- 1
gencapdefs.py Ver fichero

192
     CapDef(
192
     CapDef(
193
         identifier="Persistence",
193
         identifier="Persistence",
194
         name="draft/persistence",
194
         name="draft/persistence",
195
-        url="https://gist.github.com/slingamn/e3645a0d0418b736b755746bfd65f2a6",
195
+        url="https://github.com/ircv3/ircv3-specifications/pull/503",
196
         standard="proposed IRCv3",
196
         standard="proposed IRCv3",
197
     ),
197
     ),
198
 ]
198
 ]

+ 1
- 1
irc/caps/defs.go Ver fichero

62
 	Multiline Capability = iota
62
 	Multiline Capability = iota
63
 
63
 
64
 	// Persistence is the proposed IRCv3 capability named "draft/persistence":
64
 	// Persistence is the proposed IRCv3 capability named "draft/persistence":
65
-	// https://gist.github.com/slingamn/e3645a0d0418b736b755746bfd65f2a6
65
+	// https://github.com/ircv3/ircv3-specifications/pull/503
66
 	Persistence Capability = iota
66
 	Persistence Capability = iota
67
 
67
 
68
 	// ReadMarker is the draft IRCv3 capability named "draft/read-marker":
68
 	// ReadMarker is the draft IRCv3 capability named "draft/read-marker":

Loading…
Cancelar
Guardar