Skip to content

Commit d0908bd

Browse files
committed
docs: cleanup README.md
Signed-off-by: Shane Utt <[email protected]>
1 parent 45aede4 commit d0908bd

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@
1717

1818
## Usage
1919

20-
Basic usage involves using a [kube-rs] [Client] to perform operations on
20+
Basic usage involves using a [kube-rs Client] to perform operations on
2121
[Gateway API resources]. You can either use a basic `Client` to perform
2222
operations, or you can build a [Controller]. See the `gateway-api/examples/`
23-
directory for detailed (and specific) usage examples.
23+
directory for examples.
2424

25-
[kube-rs]:https://github.com/kube-rs/kube
25+
[kube-rs Client]:https://docs.rs/kube/latest/kube/struct.Client.html
2626
[Gateway API resources]:https://gateway-api.sigs.k8s.io/api-types/gateway/
27-
[Client]:https://docs.rs/kube/latest/kube/struct.Client.html
2827
[Controller]:https://kube.rs/controllers/intro/
2928

3029
## Development
@@ -51,13 +50,13 @@ which you can then commit.
5150

5251
## Contributions
5352

53+
For questions and general discussion, please use the [discussion board].
54+
5455
Contributions are welcome. Please create an issue describing what changes are
5556
desired prior to creating a PR.
5657

5758
Please check our [project board] to see what work has been accepted and is
58-
in need of an owner. The `next` column will hold high priority items.
59-
60-
For questions and general discussion, please use the [discussion board].
59+
in need of an owner. The `next` column contains high priority items.
6160

6261
[project board]:https://github.com/orgs/kube-rs/projects/3
6362
[discussion board]:https://github.com/kube-rs/gateway-api-rs/discussions

0 commit comments

Comments
 (0)