Browse Source

update persistence spec link

tags/v2.11.0-rc1
Shivaram Lingamneni 1 year ago
parent
commit
898f84c613
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      gencapdefs.py
  2. 1
    1
      irc/caps/defs.go

+ 1
- 1
gencapdefs.py View File

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

+ 1
- 1
irc/caps/defs.go View File

@@ -62,7 +62,7 @@ const (
62 62
 	Multiline Capability = iota
63 63
 
64 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 66
 	Persistence Capability = iota
67 67
 
68 68
 	// ReadMarker is the draft IRCv3 capability named "draft/read-marker":

Loading…
Cancel
Save