Skip to content

Commit fb14e0d

Browse files
committed
update links and terminology in go publishing guide
1 parent 3a189bf commit fb14e0d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

fern/products/sdks/overview/go/publishing-to-go-package-manager.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Publishing to Pkgsite
33
description: How to publish the Fern Go SDK to the Go module proxy.
44
---
55

6-
Publish your public-facing Fern Go SDK to the [Go module
7-
proxy](https://pkg.go.dev/). After following the steps on this page, you'll have
8-
a versioned package published on pkg.go.dev.
6+
Publish your public-facing Fern Go SDK to
7+
[pkg.go.dev](https://proxy.golang.org/). After following the steps on this page,
8+
you'll have a versioned package published on pkg.go.dev.
99

1010
<Frame>
1111
<img src="assets/go-package.png" alt="Versioned package published on Pkgsite" />
@@ -17,7 +17,7 @@ a versioned package published on pkg.go.dev.
1717

1818
1. Create a new GitHub repository called `company-go` (or something similar) for your SDK, if you haven't done so already. Make sure your repository has:
1919
* **Public** visibility
20-
* An [approved license](https://pkg.go.dev/license-policy)ç (e.g. [MIT](https://opensource.org/license/mit), [Apache](https://www.apache.org/licenses/LICENSE-2.0))
20+
* An [approved license](https://pkg.go.dev/license-policy) (e.g. [MIT](https://opensource.org/license/mit), [Apache](https://www.apache.org/licenses/LICENSE-2.0))
2121
1. Install the [Fern GitHub App](https://github.com/apps/fern-api): Select **Configure**, then scroll down to **Repository Access**. Select **Only select repositories** and in the dropdown select the repository for your SDK. Click **Save**.
2222

2323

0 commit comments

Comments
 (0)