You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/go/api.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,6 @@ Listing of the main go packages in the IPFS ecosystem:
110
110
111
111
## Hands-on examples
112
112
113
-
There are use-case examples in the [`ipfs/kubo` GitHub repository](https://github.com/ipfs/go-ipfs). They're all self-contained projects that let your spin up and test environments quickly. [Check them out →](https://github.com/ipfs/kubo/tree/master/docs/examples).
113
+
There are use-case examples in the [`ipfs/kubo` GitHub repository](https://github.com/ipfs/kubo). They're all self-contained projects that let your spin up and test environments quickly. [Check them out →](https://github.com/ipfs/kubo/tree/master/docs/examples).
114
114
115
-
A good starting place is the [Use kubo as a library to spawn a node and add a file](https://github.com/ipfs/kubo/blob/master/docs/examples/go-ipfs-as-a-library/README.md).
115
+
A good starting place is the [Use kubo as a library to spawn a node and add a file](https://github.com/ipfs/kubo/tree/master/docs/examples/kubo-as-a-library).
0 commit comments