From ed36c42005fd8354b8d06ed59887301d1481d7c7 Mon Sep 17 00:00:00 2001 From: Alan Chen Date: Tue, 31 Oct 2023 22:23:30 +0000 Subject: [PATCH] fixup docs before fvm release (#712) change hub-dev to hub (hub-dev changed the fvm endpoint in prep for next release) Co-authored-by: Alan Chen --- content/cli/advanced/cli_channels.md | 4 ++-- embeds/download-cli/curl-bash-copy.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/cli/advanced/cli_channels.md b/content/cli/advanced/cli_channels.md index 075ba87e8..69f36128d 100644 --- a/content/cli/advanced/cli_channels.md +++ b/content/cli/advanced/cli_channels.md @@ -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 ``` {{}} @@ -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 ``` diff --git a/embeds/download-cli/curl-bash-copy.md b/embeds/download-cli/curl-bash-copy.md index 6aac4f88a..27374af85 100644 --- a/embeds/download-cli/curl-bash-copy.md +++ b/embeds/download-cli/curl-bash-copy.md @@ -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 ``` \ No newline at end of file