Skip to content

Commit 6a42745

Browse files
Rewrite GitHub links
1 parent 7385da9 commit 6a42745

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

backend/regclient-napi/src/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.rcac.purdue.edu/RCAC-Staff/AnvilOps/backend/regclient-napi/src
1+
module github.com/PurdueRCAC/AnvilOps/backend/regclient-napi/src
22

33
go 1.24.4
44

charts/anvilops/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,9 @@ If an option has a ⭐ beside it, you will likely have to change it to fit your
9494

9595
```sh
9696
RELEASE_NAME=anvilops
97+
CHART_VERSION= # Fill this in from the most recent GitHub release
9798

98-
git clone https://github.rcac.purdue.edu/RCAC-Staff/AnvilOps
99-
cd AnvilOps/charts/anvilops
100-
helm upgrade --install $RELEASE_NAME .
99+
helm upgrade --install $RELEASE_NAME --version $CHART_VERSION oci://registry.anvil.rcac.purdue.edu/anvilops/chart/anvilops
101100
# (`upgrade --install` will install the chart or update it if it's already installed)
102101
```
103102

docs/astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default defineConfig({
1616
{
1717
icon: "github",
1818
label: "GitHub",
19-
href: "https://github.rcac.purdue.edu/RCAC-Staff/AnvilOps",
19+
href: "https://github.com/PurdueRCAC/AnvilOps",
2020
},
2121
],
2222
sidebar: [

log-shipper/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.rcac.purdue.edu/RCAC-Staff/AnvilOps/log-shipper
1+
module github.com/PurdueRCAC/AnvilOps/log-shipper
22

33
go 1.25.5

0 commit comments

Comments
 (0)