Skip to content

Commit 686bed5

Browse files
authored
docs: point fallback paragraphs to prompt-files.md guide
1 parent eaf76f4 commit 686bed5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/guides/environment-overrides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ apiops publish \
2727

2828
If you ran `apiops init`, a Copilot prompt file was generated at `.github/prompts/apiops-configure-overrides.prompt.md`. Open it in VS Code and ask GitHub Copilot to help you configure environment overrides — it will guide you through setting up environment-specific values interactively.
2929

30-
If you didn't run `apiops init`, you can copy the prompt directly from the repository: [`src/templates/copilot/configure-overrides-prompt.md`](https://github.com/Azure/apiops-cli/blob/main/src/templates/copilot/configure-overrides-prompt.md). Save it as `.github/prompts/apiops-configure-overrides.prompt.md` in your repo and open it in VS Code.
30+
If you didn't run `apiops init`, see the [Prompt files guide](./prompt-files.md) for instructions on downloading and setting up prompt files manually.
3131

3232
## IDE Autocompletion with JSON Schema
3333

docs/guides/filtering-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,4 +355,4 @@ backends:
355355

356356
If you ran `apiops init`, a Copilot prompt file was generated at `.github/prompts/apiops-configure-filter.prompt.md`. Open it in VS Code and ask GitHub Copilot to help you configure your filter — it will walk you through selecting resources interactively.
357357

358-
If you didn't run `apiops init`, you can copy the prompt directly from the repository: [`src/templates/copilot/configure-filter-prompt.md`](https://github.com/Azure/apiops-cli/blob/main/src/templates/copilot/configure-filter-prompt.md). Save it as `.github/prompts/apiops-configure-filter.prompt.md` in your repo and open it in VS Code.
358+
If you didn't run `apiops init`, see the [Prompt files guide](./prompt-files.md) for instructions on downloading and setting up prompt files manually.

0 commit comments

Comments
 (0)