Skip to content

Commit

Permalink
rename speedrun (superfly#1537)
Browse files Browse the repository at this point in the history
  • Loading branch information
andie787 authored May 22, 2024
1 parent 63aff81 commit 109e3fb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions getting-started/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ toc: false

Get up and running quickly on Fly.io.

- **[Hands-on](/docs/hands-on/):** Launch a small demo app, walk through creating an account, and installing `flyctl`, the Fly.io command-line tool.
- **[Launch on Fly.io](/docs/getting-started/launch/):** Jump right in and launch your own app fast.

- **[Speedrun](/docs/speedrun/):** Jump right in and launch your own app fast.
- **[Hands-on](/docs/hands-on/):** Launch a small demo app, walk through creating an account, and installing `flyctl`, the Fly.io command-line tool.

Once that's done, check out our in-depth docs:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Speedrun: Launch on Fly.io"
title: "Launch on Fly.io"
layout: docs
sitemap: false
nav: firecracker
Expand Down
2 changes: 1 addition & 1 deletion partials/_firecracker_nav.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
path: "/docs/getting-started/",
open: current_page?("/docs"),
links: [
{ text: "Speedrun: Launch on Fly.io", path: "/docs/speedrun/" },
{ text: "Launch on Fly.io", path: "/docs/getting-started/launch/" },
{ text: "Hands-on with Fly.io", path: "/docs/hands-on/" },
{ text: "Troubleshooting Deployments", path: "/docs/getting-started/troubleshooting/" }
]
Expand Down
2 changes: 1 addition & 1 deletion retired-launcher.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toc: false

We've retired our web-based launchers for individual apps like Jupyter and code-server. You can launch these apps yourself, with the `fly launch` command. Apps that have their own official Docker images are especially convenient. Here are a couple of places to start:

[Speedrun: Launch on Fly.io](/docs/speedrun/)
[Speedrun: Launch on Fly.io](/docs/getting-started/launch/)

[Deploy via Dockerfile](/docs/languages-and-frameworks/dockerfile/)

2 changes: 1 addition & 1 deletion signup-welcome.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ Thanks for signing up for Fly.io!

## Where to start

* **[Speedrun](/docs/speedrun/):** You have a project or a Dockerfile and you just want to launch.
* **[Launch on Fly.io](/docs/getting-started/launch/):** You have a project or a Dockerfile and you just want to launch.
* **[Hands-on with Fly.io](/docs/hands-on/start/):** A step-by-step approach to learning.
* **[Languages & Framework guides](/docs/languages-and-frameworks/):** Choose your framework or language and get started.

0 comments on commit 109e3fb

Please sign in to comment.