Skip to content

Commit 58f6e36

Browse files
committed
update
1 parent eb2c77a commit 58f6e36

File tree

9 files changed

+4105
-5076
lines changed

9 files changed

+4105
-5076
lines changed

docs/admin/deploy/docker-single-container/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ A [standard upgrade](/admin/updates/#standard-upgrades) occurs between two minor
147147
- Read our [update policy](/admin/updates/#update-policy) to learn about Sourcegraph updates.
148148
- Find the relevant entry for your update in the [update notes for single-container Sourcegraph with Docker](/admin/updates/server).
149149

150-
To update, just use the newer `sourcegraph/server:N.N.N` Docker image (where `N.N.N` is a patch or single minor release away your current version) in place of the older one, using the same Docker volumes. Your server's data will be migrated automatically if needed. You can always find the version number details of the latest release via the [changelog](/technical-changelog).
150+
To update, just use the newer `sourcegraph/server:N.N.N` Docker image (where `N.N.N` is a patch or single minor release away your current version) in place of the older one, using the same Docker volumes. Your server's data will be migrated automatically if needed. You can always find the version number details of the latest release via the [technical changelog](/technical-changelog).
151151

152152
### Multi-version upgrades
153153

docs/admin/deploy/machine-images/aws-ami.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Now that your instance is confirmed to be working, and you have HTTPS working th
174174

175175
Please take time to review the following before proceeding with the upgrades:
176176

177-
- [Changelog](/technical-changelog)
177+
- [Technical changelog](/technical-changelog)
178178
- [Update policy](/admin/updates#update-policy)
179179
- [Update notes](/admin/updates/kubernetes)
180180

docs/admin/deploy/machine-images/gce.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ As a result, setting up a static IP for your Sourcegraph instance is strongly re
132132

133133
Please take time to review the following before proceeding with the upgrades:
134134

135-
- [Changelog](/technical-changelog)
135+
- [Technical changelog](/technical-changelog)
136136
- [Update policy](/admin/updates#update-policy)
137137
- [Update notes](/admin/updates/kubernetes)
138138
- [Multi-version upgrade procedure](/admin/updates/kubernetes#multi-version-upgrade-procedure)

docs/admin/deploy/single-node/script.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Sourcegraph will be available on ports 80 and 443 (using a self signed certifica
7272
We recommend deploying your own reverse proxy to terminate TLS connections with a properly signed certificate.
7373

7474
## Upgrade
75-
- [Changelog](/technical-changelog)
75+
- [Technical changelog](/technical-changelog)
7676
- [Update policy](/admin/updates#update-policy)
7777
- [Update notes](/admin/updates/kubernetes)
7878
- [Multi-version upgrade procedure](/admin/updates/kubernetes#multi-version-upgrade-procedure)

docs/admin/how-to/site-admin-quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Regardless of the deployment option you choose, Sourcegraph can be self-hosted l
2323

2424

2525
## Updating your instance
26-
New versions of Sourcegraph are released monthly (with patches released in between, as needed). New updates are announced in the [Sourcegraph blog](https://about.sourcegraph.com/blog), and comprehensive update notes are available in the [changelog](/technical-changelog).
26+
New versions of Sourcegraph are released monthly (with patches released in between, as needed). New updates are announced in the [Sourcegraph blog](https://about.sourcegraph.com/blog), and comprehensive update notes are available in the [technical changelog](/technical-changelog).
2727

2828
To check the current version of your instance, go to **User menu > Site admin > Updates**.
2929

docs/admin/updates/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This page is intended as an entry point into Sourcegraph versioning, upgrades, a
44

55
**If you are already familiar with Sourcegraph upgrades [skip to instance specific procedures](#instance-specific-procedures).**
66

7-
> *Note: For product update notes, please refer to the [changelog](/technical-changelog).*
7+
> *Note: For product update notes, please refer to the [technical changelog](/technical-changelog).*
88
99
## General concepts
1010

0 commit comments

Comments
 (0)