Skip to content

Commit c3fe4d6

Browse files
committed
docs: try to make links actually links
1 parent ecee2d6 commit c3fe4d6

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ Version v0.x. No backward compatibility guarantees before reaching v1.
1717

1818
## Contents
1919

20-
- [sets](sets/) -- minimal implementation of a generic set data structure.
21-
- [retry](retry/) -- generic and customizable retry mechanism.
22-
- [github](github/) -- minimal implementation of some GitHub APIs; integrates with `retry`.
20+
- [sets](sets/) -- minimal implementation of a generic set data structure.
21+
- [retry](retry/) -- generic and customizable retry mechanism.
22+
- [github](github/) -- minimal implementation of some GitHub APIs; integrates with `retry`.
23+
- [[googlechat](googlechat/)] -- minimal implementation of the Google Chat API; integrates with `retry`.
2324

2425
## License
2526

github/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Package github is a minimal implementation of some GitHub APIs; it integrates with
2-
// the [go-kit.retry] package.
2+
// the [github.com/Pix4D/go-kit/retry] package.
33
//
44
// See the README and CONTRIBUTING files for additional information, caveats about GitHub
55
// API and imposed limits, and reference to official documentation.

googlechat/googlechat.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Package googlechat implements a minimal part of the Google Chat API.
1+
// Package googlechat implements a minimal part of the Google Chat API; it integrates
2+
// with the [github.com/Pix4D/go-kit/retry] package.
23
//
34
// See also:
45
// - how the package is used by cogito https://github.com/Pix4D/cogito

0 commit comments

Comments
 (0)