Skip to content

Commit

Permalink
Adjust redirects (superfly#1616)
Browse files Browse the repository at this point in the history
  • Loading branch information
andie787 authored Jun 26, 2024
1 parent ed2178b commit f46b7f9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 3 additions & 1 deletion flyctl/install.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ nav: flyctl
redirect_from:
- /docs/getting-started/installing-flyctl/
- /docs/flyctl/installing/
- /docs/hands-on/installing/
- /docs/hands-on/install-flyctl/
---

<%= partial "/docs/partials/docs/flyctl_install" %>

## Next steps
### Next steps

- [Launch an app](/docs/getting-started/launch/)
- [Browse what's possible on Fly.io](/docs/blueprints/)
6 changes: 0 additions & 6 deletions getting-started/launch-demo.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,14 @@ nav: firecracker
redirect_from:
- /docs/hands-on/view-app/
- /docs/hands-on/start/
- /docs/hands-on/installing/
- /docs/hands-on/create-app/
- /docs/hands-on/connecting-to-an-app/
- /docs/hands-on/sign-up/
- /docs/hands-on/sign-in/
- /docs/hands-on/
- /docs/hands-on/install-flyctl/
- /docs/hands-on/sign-up-sign-in/
- /docs/hands-on/launch-app/
- /docs/hands-on/check-app-status/
- /docs/hands-on/open-app/
- /docs/hands-on/deploy-app/
- /docs/hands-on/next/

---

In this step-by-step guide you'll use Fly Launch to deploy a simple "hello fly" demo app to Fly.io.
Expand Down
6 changes: 5 additions & 1 deletion getting-started/sign-up-sign-in.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ layout: docs
sitemap: false
nav: firecracker
toc: false
redirect_from: /docs/getting-started/log-in-to-fly/
redirect_from:
- /docs/hands-on/sign-up/
- /docs/hands-on/sign-in/
- /docs/getting-started/log-in-to-fly/
- /docs/hands-on/sign-up-sign-in/
---

## No account? Sign up for Fly.io
Expand Down
2 changes: 1 addition & 1 deletion partials/docs/_flyctl_install.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If not, you can run the install script:
```cmd
curl -L https://fly.io/install.sh | sh
```
If you used curl to install flyctl, then you need to add the flyctl directory to your shell rc file. Check the output of the install script for the entries to copy and paste into the file. Now you can use the `flyctl` command from any directory. Or for maximum efficiency, you can use the `fly` command!
If you used curl to install flyctl, then you need to add the flyctl directory to your shell rc file. Check the output of the install script for the entries to copy and paste into the file. Now you can use the `fly` command from any directory.

<h3 id="linux" class="group flex items-center relative mt-14 sm:mt-16 mb-10 group text-navy font-heading pb-1 border-b">
<a href="#linux" class="absolute ml-[-1em] pr-[0.5em] after:hash opacity-0 group-hover:opacity-50 transition-all" aria-label="Anchor"></a>
Expand Down

0 comments on commit f46b7f9

Please sign in to comment.