Skip to content

Commit

Permalink
Fix bad link. (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch authored Oct 7, 2024
1 parent fbc440e commit ab8312e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/tutorials/misc/custom-envelope.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ might need to create your own custom envelope.

This tutorial will show you how to create a custom envelope using
GitHub actions. This approach is great for minor changes, like adjusting the
`sdkconfig` file. See the [local tutorial](./custom-envelope-local) for
`sdkconfig` file. See the [local tutorial](../custom-envelope-local) for
information on how to create a custom envelope locally on your machine.

## Fork
Expand Down Expand Up @@ -155,4 +155,7 @@ with the new SDK version.
## Conclusion
Using GitHub actions, creating and building custom envelopes is simple and doesn't
require any special setup. Once a variant is created, a few clicks are all that's
needed to build the envelope.
needed to build the envelope.import ScreenBuildActionForm from "../../_images/envelope-build-action-form.png";
import ScreenBuildAction from "../../_images/envelope-build-action.png";
import ScreenEnableWorkflow from "../../_images/envelope-enable-workflows.png";

0 comments on commit ab8312e

Please sign in to comment.