Skip to content

Commit

Permalink
docs: fix typo in asset URLs
Browse files Browse the repository at this point in the history
We changed the names of these files in 0.7 Talos.

Signed-off-by: Andrew Rynhard <[email protected]>
  • Loading branch information
andrewrynhard authored and talos-bot committed Nov 26, 2020
1 parent 5bb7db1 commit 4fbe13f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/website/content/docs/v0.1/Guides/bootstrapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ metadata:
name: default
spec:
kernel:
url: "https://github.com/talos-systems/talos/releases/latest/download/vmlinuz"
url: "https://github.com/talos-systems/talos/releases/latest/download/vmlinuz-amd64"
sha512: ""
args:
- initrd=initramfs.xz
Expand All @@ -205,7 +205,7 @@ spec:
- talos.platform=metal
- talos.config=http://$PUBLIC_IP:9091/configdata?uuid=
initrd:
url: "https://github.com/talos-systems/talos/releases/latest/download/initramfs.xz"
url: "https://github.com/talos-systems/talos/releases/latest/download/initramfs-amd64.xz"
sha512: ""
EOF
```
Expand Down

0 comments on commit 4fbe13f

Please sign in to comment.