Skip to content

Commit 2830f69

Browse files
CopilotjohnmogBestra
authored
Fix broken anchor links in repository custom instructions documentation (#58251)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: johnmog <12915670+johnmog@users.noreply.github.com> Co-authored-by: Bestra <2043348+Bestra@users.noreply.github.com> Co-authored-by: John Mogensen <johnmog@github.com>
1 parent 2ed1451 commit 2830f69

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/copilot/how-tos/configure-custom-instructions/add-repository-instructions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,11 +249,11 @@ Once saved, these instructions will apply to the current project in Eclipse that
249249

250250
* **Repository-wide custom instructions**, which apply to all requests made in the context of a repository.
251251

252-
These are specified in a `copilot-instructions.md` file in the `.github` directory of the repository. See [Creating repository-wide custom instructions](#creating-repository-wide-custom-instructions).
252+
These are specified in a `copilot-instructions.md` file in the `.github` directory of the repository. See [Creating repository-wide custom instructions](#creating-repository-wide-custom-instructions-1).
253253

254254
* **Path-specific custom instructions**, which apply to requests made in the context of files that match a specified path.
255255

256-
These are specified in one or more `NAME.instructions.md` files within the `.github/instructions` directory in the repository. See [Creating path-specific custom instructions](#creating-path-specific-custom-instructions).
256+
These are specified in one or more `NAME.instructions.md` files within the `.github/instructions` directory in the repository. See [Creating path-specific custom instructions](#creating-path-specific-custom-instructions-1).
257257

258258
If the path you specify matches a file that {% data variables.product.prodname_copilot_short %} is working on, and a repository-wide custom instructions file also exists, then the instructions from both files are used.
259259

@@ -303,11 +303,11 @@ Once saved, these instructions will apply to the current project in Eclipse that
303303

304304
* **Repository-wide custom instructions** apply to all requests made in the context of a repository.
305305

306-
These are specified in a `copilot-instructions.md` file in the `.github` directory of the repository. See [Creating repository-wide custom instructions](#creating-repository-wide-custom-instructions-1).
306+
These are specified in a `copilot-instructions.md` file in the `.github` directory of the repository. See [Creating repository-wide custom instructions](#creating-repository-wide-custom-instructions-2).
307307

308308
* **Path-specific custom instructions** apply to requests made in the context of files that match a specified path.
309309

310-
These are specified in one or more `NAME.instructions.md` files within the `.github/instructions` directory in the repository. See [Creating path-specific custom instructions](#creating-path-specific-custom-instructions-1).
310+
These are specified in one or more `NAME.instructions.md` files within the `.github/instructions` directory in the repository. See [Creating path-specific custom instructions](#creating-path-specific-custom-instructions-2).
311311

312312
If the path you specify matches a file that {% data variables.product.prodname_copilot_short %} is working on, and a repository-wide custom instructions file also exists, then the instructions from both files are used.
313313

0 commit comments

Comments
 (0)