Skip to content

Commit

Permalink
Remove relative partial paths in machine docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bradgessler committed Jan 24, 2023
1 parent a975029 commit 9daae4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reference/machines.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Get details about an application, like its organization slug and name. Also, to

For sensitive environment variables, such as credentials, you can set [secrets](https://fly.io/docs/reference/secrets/) as you would for standard Fly apps using `flyctl`:

<%= partial "../partials/set_secrets", locals: { app_name: "user-functions" } %>
<%= partial "partials/set_secrets", locals: { app_name: "user-functions" } %>

Machines inherit secrets from the app. Existing machines must be [updated](#update-a-machine) to pick up secrets set after the machine was created.

Expand Down
2 changes: 1 addition & 1 deletion reference/secrets.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ When we launch a VM for your application, we issue the host it runs on a tempora

The `flyctl secrets set` command will set one or more application secrets then perform a release.

<%= partial "../partials/set_secrets" %>
<%= partial "partials/set_secrets" %>

These will be set as `$DATABASE_URL` environment variable within your application processes.

Expand Down

0 comments on commit 9daae4d

Please sign in to comment.