@@ -16,14 +16,6 @@ An implementation of JSON Pointer for golang, which supports go `struct`.
1616
1717## Announcements
1818
19- * ** 2025-12-19** : new community chat on discord
20- * a new discord community channel is available to be notified of changes and support users
21- * our venerable Slack channel remains open, and will be eventually discontinued on ** 2026-03-31**
22-
23- You may join the discord community by clicking the invite link on the discord badge (also above). [ ![ Discord Channel] [ discord-badge ]] [ discord-url ]
24-
25- Or join our Slack channel: [ ![ Slack Channel] [ slack-logo ] ![ slack-badge]] [ slack-url ]
26-
2719* ** 2026-04-15** : added support for trailing "-" for arrays
2820 * this brings full support of [ RFC6901] [ RFC6901 ]
2921 * this is supported for types relying on the reflection-based implemented
@@ -125,9 +117,9 @@ on top of which it has been built.
125117## Other documentation
126118
127119* [ All-time contributors] ( ./CONTRIBUTORS.md )
128- * [ Contributing guidelines] ( .github/CONTRIBUTING.md )
129- * [ Maintainers documentation] ( docs/MAINTAINERS.md )
130- * [ Code style] ( docs/STYLE.md )
120+ * [ Contributing guidelines] [ contributing-doc-site ]
121+ * [ Maintainers documentation] [ maintainers-doc-site ]
122+ * [ Code style] [ style-doc-site ]
131123
132124## Cutting a new release
133125
@@ -158,9 +150,6 @@ Maintainers can cut a new release by either:
158150<!-- Badges: documentation & support -->
159151[ godoc-badge ] : https://pkg.go.dev/badge/github.com/go-openapi/jsonpointer
160152[ godoc-url ] : http://pkg.go.dev/github.com/go-openapi/jsonpointer
161- [ slack-logo ] : https://a.slack-edge.com/e6a93c1/img/icons/favicon-32.png
162- [ slack-badge ] : https://img.shields.io/badge/slack-blue?link=https%3A%2F%2Fgoswagger.slack.com%2Farchives%2FC04R30YM
163- [ slack-url ] : https://goswagger.slack.com/archives/C04R30YMU
164153[ discord-badge ] : https://img.shields.io/discord/1446918742398341256?logo=discord&label=discord&color=blue
165154[ discord-url ] : https://discord.gg/FfnFYaC3k5
166155
@@ -173,3 +162,7 @@ Maintainers can cut a new release by either:
173162[ top-badge ] : https://img.shields.io/github/languages/top/go-openapi/jsonpointer
174163[ commits-badge ] : https://img.shields.io/github/commits-since/go-openapi/jsonpointer/latest
175164[ RFC6901 ] : https://www.rfc-editor.org/rfc/rfc6901
165+ <!-- Organization docs -->
166+ [ contributing-doc-site ] : https://go-openapi.github.io/doc-site/contributing/contributing/index.html
167+ [ maintainers-doc-site ] : https://go-openapi.github.io/doc-site/maintainers/index.html
168+ [ style-doc-site ] : https://go-openapi.github.io/doc-site/contributing/style/index.html
0 commit comments