Skip to content

Commit 980b413

Browse files
docs: fix root-relative DeploymentGuide.md links in re-use-foundry-project.md
Lychee CI rejects root-relative paths when no base dir is configured. Switch to relative ./DeploymentGuide.md paths matching the fix already applied to CustomizingAzdParameters.md. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 9524e7b commit 980b413

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/re-use-foundry-project.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[← Back to *DEPLOYMENT* guide](/docs/DeploymentGuide.md#deployment-options--steps)
1+
[← Back to *DEPLOYMENT* guide](./DeploymentGuide.md#deployment-options--steps)
22

33
# Reusing an Existing Azure AI Foundry Project
44
To configure your environment to use an existing Azure AI Foundry Project, follow these steps:
@@ -48,4 +48,4 @@ azd env set AZURE_EXISTING_AIPROJECT_RESOURCE_ID '<Existing Foundry Project Reso
4848
Replace `<Existing Foundry Project Resource ID>` with the value obtained from Step 5.
4949

5050
### 7. Continue Deployment
51-
Proceed with the next steps in the [deployment guide](/docs/DeploymentGuide.md#deployment-options--steps).
51+
Proceed with the next steps in the [deployment guide](./DeploymentGuide.md#deployment-options--steps).

0 commit comments

Comments
 (0)