Skip to content

Commit

Permalink
fixup docs before fvm release (#712)
Browse files Browse the repository at this point in the history
change hub-dev to hub (hub-dev changed the fvm endpoint in prep for next release)

Co-authored-by: Alan Chen <alan@infinyon.com>
  • Loading branch information
digikata and digikata committed Oct 31, 2023
1 parent 85a79d1 commit ed36c42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions content/cli/advanced/cli_channels.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This is currently in BETA

%copy first-line%
```shell
$ https://hub-dev.infinyon.cloud/install_fvm/install_fvm.sh | bash
$ https://hub.infinyon.cloud/install_fvm/install_fvm.sh | bash
```
{{</idea>}}

Expand All @@ -34,7 +34,7 @@ Release channel support is provided by `fvm`. The installer uses the `stable` ch

%copy first-line%
```shell
$ https://hub-dev.infinyon.cloud/install_fvm/install_fvm.sh | bash
$ https://hub.infinyon.cloud/install_fvm/install_fvm.sh | bash
```


Expand Down
2 changes: 1 addition & 1 deletion embeds/download-cli/curl-bash-copy.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ Beta installation method:

%copy first-line%
```bash
$ curl -fsS https://hub-dev.infinyon.cloud/install_fvm/install_fvm.sh | bash
$ curl -fsS https://hub.infinyon.cloud/install_fvm/install_fvm.sh | bash
```

0 comments on commit ed36c42

Please sign in to comment.