Skip to content

Commit 3058c5e

Browse files
authored
Merge pull request #166 from DefangLabs/linda-one-click-details-2
Fix link in 1-click tutorial
2 parents c44cefb + fd34837 commit 3058c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/adding-custom-one-click-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You will need a `compose.yaml` file in the root folder of your project repositor
2626

2727
In your project, add a new folder named `.github`, then add a folder named `workflows` inside it, and copy the entire GitHub Workflow `deploy.yaml` file from [here](https://github.com/DefangLabs/samples/blob/main/starter-sample/.github/workflows/deploy.yaml) into the `workflows` folder.
2828

29-
If your app requires configuration (e.g. API keys, passwords, etc.), learn more about [managing config variables with the Defang GitHub Action](https://github.com/DefangLabs/defang-github-action).
29+
If your app requires [configuration](/docs/concepts/configuration) (e.g. API keys, passwords, etc.), learn more about [managing config variables with the Defang GitHub Action](https://github.com/DefangLabs/defang-github-action?tab=readme-ov-file#managing-config-values).
3030

3131
You should have a `.yaml` file similar to the one below:
3232
```yaml

0 commit comments

Comments
 (0)