|
14 | 14 |
|
15 | 15 | An implementation of JSON Reference for golang. |
16 | 16 |
|
| 17 | +<!-- |
17 | 18 | ## Announcements |
18 | | - |
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] |
| 19 | +--> |
26 | 20 |
|
27 | 21 | ## Status |
28 | 22 |
|
@@ -74,9 +68,9 @@ on top of which it has been built. |
74 | 68 | ## Other documentation |
75 | 69 |
|
76 | 70 | * [All-time contributors](./CONTRIBUTORS.md) |
77 | | -* [Contributing guidelines](.github/CONTRIBUTING.md) |
78 | | -* [Maintainers documentation](docs/MAINTAINERS.md) |
79 | | -* [Code style](docs/STYLE.md) |
| 71 | +* [Contributing guidelines][contributing-doc-site] |
| 72 | +* [Maintainers documentation][maintainers-doc-site] |
| 73 | +* [Code style][style-doc-site] |
80 | 74 |
|
81 | 75 | ## Cutting a new release |
82 | 76 |
|
@@ -125,3 +119,7 @@ Maintainers can cut a new release by either: |
125 | 119 | [goversion-url]: https://github.com/go-openapi/jsonreference/blob/master/go.mod |
126 | 120 | [top-badge]: https://img.shields.io/github/languages/top/go-openapi/jsonreference |
127 | 121 | [commits-badge]: https://img.shields.io/github/commits-since/go-openapi/jsonreference/latest |
| 122 | +<!-- Organization docs --> |
| 123 | +[contributing-doc-site]: https://go-openapi.github.io/doc-site/contributing/contributing/index.html |
| 124 | +[maintainers-doc-site]: https://go-openapi.github.io/doc-site/maintainers/index.html |
| 125 | +[style-doc-site]: https://go-openapi.github.io/doc-site/contributing/style/index.html |
0 commit comments