Skip to content

Commit 1beb4f3

Browse files
committed
doc: fixed wrong links in docs
Signed-off-by: Frédéric BIDON <[email protected]>
1 parent b3b30bf commit 1beb4f3

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

doc.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// SPDX-FileCopyrightText: Copyright 2015-2025 go-swagger maintainers
2+
// SPDX-License-Identifier: Apache-2.0
3+
4+
// Package spec exposes an object model for OpenAPIv2 specifications (swagger).
5+
//
6+
// The exposed data structures know how to serialize to and deserialize from JSON.
7+
package spec

docs/MAINTAINERS.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,20 +138,22 @@ Standard documentation:
138138
* [`CODE_OF_CONDUCT.md`](../CODE_OF_CONDUCT.md)
139139
* [`SECURIY.md`](../SECURITY.md) policy: how to report vulnerabilities privately
140140
* [`LICENSE`](../LICENSE) terms
141+
<!--
141142
* [`NOTICE`](../NOTICE) on supplementary license terms (original authors, copied code etc)
143+
-->
142144

143145
Reference documentation (released):
144146

145-
* [godoc](https://pkg.go/dev/go-openapi/jsonpointer)
147+
* [godoc](https://pkg.go.dev/github.com/go-openapi/spec)
146148

147149
## TODOs & other ideas
148150

149151
A few things remain ahead to ease a bit a maintainer's job:
150152

151-
* reuse CI workflows (e.g. in `github.com/go-openapi/workflows`)
152-
* reusable actions with custom tools pinned (e.g. in `github.com/go-openapi/gh-actions`)
153+
* [x] reuse CI workflows (e.g. in `github.com/go-openapi/workflows`)
154+
* [x] reusable actions with custom tools pinned (e.g. in `github.com/go-openapi/gh-actions`)
153155
* open-source license checks
154-
* auto-merge for CONTRIBUTORS.md (requires a github app to produce tokens)
155-
* more automated code renovation / relinting work (possibly built with CLAUDE)
156+
* [x] auto-merge for CONTRIBUTORS.md (requires a github app to produce tokens)
157+
* [ ] more automated code renovation / relinting work (possibly built with CLAUDE) (ongoing)
156158
* organization-level documentation web site
157159
* ...

0 commit comments

Comments
 (0)