Skip to content

Commit 052e718

Browse files
authored
Update the download links in the docs (#1260)
1 parent 30f1aaf commit 052e718

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

docs/.vitepress/theme/components/Home.vue

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,15 @@ onUnmounted(() => {
7272
</a>
7373
<div class="absolute right-0 pt-2 whitespace-nowrap min-w-52 hidden lg:group-hover:block lg:group-focus-within:block">
7474
<div class="py-1 bg-night border border-off-white mt-2" role="menu" aria-orientation="vertical" aria-labelledby="options-menu">
75-
<a href="https://github.com/kitops-ml/kitops/releases/latest/download/kitops-windows-x86_64.zip"
75+
<a href="https://kitops.gateway.scarf.sh/latest/kitops-windows-x86_64.zip"
7676
target="_blank" class="block px-4 py-2 text-white hocus:text-night font-bold hocus:bg-gold" role="menuitem">
7777
Intel / AMD, 64-bit
7878
</a>
79-
<a href="https://github.com/kitops-ml/kitops/releases/latest/download/kitops-windows-arm64.zip"
79+
<a href="https://kitops.gateway.scarf.sh/latest/kitops-windows-arm64.zip"
8080
target="_blank" class="block px-4 py-2 text-white hocus:text-night font-bold hocus:bg-gold" role="menuitem">
8181
ARM 64-bit
8282
</a>
83-
<a href="https://github.com/kitops-ml/kitops/releases/latest/download/kitops-windows-i386.zip"
83+
<a href="https://kitops.gateway.scarf.sh/latest/kitops-windows-i386.zip"
8484
target="_blank" class="block px-4 py-2 text-white hocus:text-night font-bold hocus:bg-gold" role="menuitem">
8585
Intel / AMD, 32-bit
8686
</a>
@@ -97,11 +97,11 @@ onUnmounted(() => {
9797
</a>
9898
<div class="absolute right-0 pt-2 whitespace-nowrap min-w-52 hidden lg:group-hover:block lg:group-focus-within:block">
9999
<div class="py-1 bg-night border border-off-white mt-2" role="menu" aria-orientation="vertical" aria-labelledby="options-menu">
100-
<a href="https://github.com/kitops-ml/kitops/releases/latest/download/kitops-darwin-arm64.zip"
100+
<a href="https://kitops.gateway.scarf.sh/latest/kitops-darwin-arm64.zip"
101101
target="_blank" class="block px-4 py-2 text-white hocus:text-night font-bold hocus:bg-gold" role="menuitem">
102102
Apple Silicon / ARM64
103103
</a>
104-
<a href="https://github.com/kitops-ml/kitops/releases/latest/download/kitops-darwin-x86_64.zip"
104+
<a href="https://kitops.gateway.scarf.sh/latest/kitops-darwin-x86_64.zip"
105105
target="_blank" class="block px-4 py-2 text-white hocus:text-night font-bold hocus:bg-gold" role="menuitem">
106106
Intel / x86_64
107107
</a>
@@ -118,15 +118,15 @@ onUnmounted(() => {
118118
</a>
119119
<div class="absolute right-0 pt-2 whitespace-nowrap min-w-52 hidden lg:group-hover:block lg:group-focus-within:block">
120120
<div class="py-1 bg-night border border-off-white mt-2" role="menu" aria-orientation="vertical" aria-labelledby="options-menu">
121-
<a href="https://github.com/kitops-ml/kitops/releases/latest/download/kitops-linux-x86_64.tar.gz"
121+
<a href="https://kitops.gateway.scarf.sh/latest/kitops-linux-x86_64.tar.gz"
122122
target="_blank" class="block px-4 py-2 text-white hocus:text-night font-bold hocus:bg-gold" role="menuitem">
123123
Intel / AMD, 64-bit
124124
</a>
125-
<a href="https://github.com/kitops-ml/kitops/releases/latest/download/kitops-linux-arm64.tar.gz"
125+
<a href="https://kitops.gateway.scarf.sh/latest/kitops-linux-arm64.tar.gz"
126126
target="_blank" class="block px-4 py-2 text-white hocus:text-night font-bold hocus:bg-gold" role="menuitem">
127127
ARM 64-bit
128128
</a>
129-
<a href="https://github.com/kitops-ml/kitops/releases/latest/download/kitops-linux-i386.tar.gz"
129+
<a href="https://kitops.gateway.scarf.sh/latest/kitops-linux-i386.tar.gz"
130130
target="_blank" class="block px-4 py-2 text-white hocus:text-night font-bold hocus:bg-gold" role="menuitem">
131131
Intel / AMD, 32-bit
132132
</a>

docs/src/docs/cli/installation.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ brew install kitops
3333
Or use ZIP instead...
3434

3535
1. Get the ZIP for your Mac chip type.
36-
- MacOS:<a href="https://github.com/kitops-ml/kitops/releases/latest/download/kitops-darwin-arm64.zip"
36+
- MacOS:<a href="https://kitops.gateway.scarf.sh/latest/kitops-darwin-arm64.zip"
3737
v-ga-track="{
3838
category: 'link',
3939
label: 'MacOS (Apple Silicon)',
4040
location: 'docs/installation'
4141
}">
4242
Apple Silicon / ARM64
4343
</a>
44-
- MacOS:<a href="https://github.com/kitops-ml/kitops/releases/latest/download/kitops-darwin-x86_64.zip"
44+
- MacOS:<a href="https://kitops.gateway.scarf.sh/latest/kitops-darwin-x86_64.zip"
4545
v-ga-track="{
4646
category: 'link',
4747
label: 'MacOS (Intel)',
@@ -56,23 +56,23 @@ Or use ZIP instead...
5656
## Windows KitOps Install
5757

5858
1. Get the ZIP for your CPU architecture:
59-
- Windows: <a href="https://github.com/kitops-ml/kitops/releases/latest/download/kitops-windows-x86_64.zip"
59+
- Windows: <a href="https://kitops.gateway.scarf.sh/latest/kitops-windows-x86_64.zip"
6060
v-ga-track="{
6161
category: 'link',
6262
label: 'Windows (AMD64)',
6363
location: 'docs/installation'
6464
}">
6565
Intel / AMD, 64-bit
6666
</a>
67-
- Windows: <a href="https://github.com/kitops-ml/kitops/releases/latest/download/kitops-windows-arm64.zip"
67+
- Windows: <a href="https://kitops.gateway.scarf.sh/latest/kitops-windows-arm64.zip"
6868
v-ga-track="{
6969
category: 'link',
7070
label: 'Windows (ARM64)',
7171
location: 'docs/installation'
7272
}">
7373
ARM 64-bit
7474
</a>
75-
- Windows: <a href="https://github.com/kitops-ml/kitops/releases/latest/download/kitops-windows-i386.zip"
75+
- Windows: <a href="https://kitops.gateway.scarf.sh/latest/kitops-windows-i386.zip"
7676
v-ga-track="{
7777
category: 'link',
7878
label: 'Windows (x86_32)',
@@ -96,23 +96,23 @@ kit version
9696
Or use TAR instead...
9797

9898
1. Get the tarball for your CPU architecture
99-
- Linux:<a href="https://github.com/kitops-ml/kitops/releases/latest/download/kitops-linux-x86_64.tar.gz"
99+
- Linux:<a href="https://kitops.gateway.scarf.sh/latest/kitops-linux-x86_64.tar.gz"
100100
v-ga-track="{
101101
category: 'link',
102102
label: 'Linux (AMD64)',
103103
location: 'docs/installation'
104104
}">
105105
Intel / AMD, AMD 64-bit
106106
</a>
107-
- Linux:<a href="https://github.com/kitops-ml/kitops/releases/latest/download/kitops-linux-arm64.tar.gz"
107+
- Linux:<a href="https://kitops.gateway.scarf.sh/latest/kitops-linux-arm64.tar.gz"
108108
v-ga-track="{
109109
category: 'link',
110110
label: 'Linux (ARM64)',
111111
location: 'docs/installation'
112112
}">
113113
ARM 64-bit
114114
</a>
115-
- Linux:<a href="https://github.com/kitops-ml/kitops/releases/latest/download/kitops-linux-i386.tar.gz"
115+
- Linux:<a href="https://kitops.gateway.scarf.sh/latest/kitops-linux-i386.tar.gz"
116116
v-ga-track="{
117117
category: 'link',
118118
label: 'Linux (x86_32)',

0 commit comments

Comments
 (0)