Skip to content

Commit

Permalink
fix: fix dead link in docs for production env (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-nicolas authored Aug 22, 2023
1 parent 08a3f29 commit 8b8e39f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/docs/fctl/partials/_install_binary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Binaries for fctl are available for Linux, macOS, and Windows. You can download

```shell
# You can use either amd64 for x86_64 or arm64 for ARM
ARCH="amd64"; curl -L -o fctl.tar.gz "https://github.com/formancehq/stack/releases/download/components%2Ffctl%2Fv0.8.2/fctl_linux-$ARCH.tar.gz" \
ARCH="amd64"; curl -L -o fctl.tar.gz "https://github.com/formancehq/stack/releases/download/components%2Ffctl%2Fv0.11.6/fctl_linux-$ARCH.tar.gz" \
&& tar -xvf fctl.tar.gz \
&& sudo mv fctl /usr/local/bin \
&& chmod +x /usr/local/bin/fctl \
Expand All @@ -22,7 +22,7 @@ ARCH="amd64"; curl -L -o fctl.tar.gz "https://github.com/formancehq/stack/releas

```shell
# You can use either amd64 for x86_64 or arm64 for ARM
ARCH="amd64"; curl -L -o fctl.tar.gz "https://github.com/formancehq/stack/releases/download/components%2Ffctl%2Fv0.8.2/fctl_darwin-$ARCH.tar.gz" \
ARCH="amd64"; curl -L -o fctl.tar.gz "https://github.com/formancehq/stack/releases/download/components%2Ffctl%2Fv0.11.6/fctl_darwin-$ARCH.tar.gz" \
&& tar -xvf fctl.tar.gz \
&& sudo mv fctl /usr/local/bin \
&& chmod +x /usr/local/bin/fctl \
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/newSandbox.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Install from '../fctl/partials/_install.mdx';
The fastest way to get started with Formance Platform is to create a sandbox on Formance Cloud. Sandboxes are free, fully functional Formance Platform instances that you can use to design and develop your applications. Sandboxes are available to all users.

:::caution
Sandbox environments are not suitable for production use, and intended testing purposes only. Data persistence is not guaranteed, and data may be lost at any time without prior notice. They also enter a sleep mode after a prolonged period of inactivity, which can result in a longer startup time. If you need a production-ready managed cloud environment, please checkout the [Production Cloud](/cloud/production) section.
Sandbox environments are not suitable for production use, and intended testing purposes only. Data persistence is not guaranteed, and data may be lost at any time without prior notice. They also enter a sleep mode after a prolonged period of inactivity, which can result in a longer startup time. If you need a production-ready managed cloud environment, please checkout the [Production Cloud](/deployment/introduction) section.
:::


Expand Down

1 comment on commit 8b8e39f

@vercel
Copy link

@vercel vercel bot commented on 8b8e39f Aug 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.