Skip to content

Commit 430afc9

Browse files
committed
Update changelog link in deployment workflow and correct WORKFLOWS.md path in README
1 parent 0525bda commit 430afc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235
236236
# Add snapshot if exists (goes to current versions)
237237
if [ "$HAS_SNAPSHOT" = "true" ]; then
238-
CURRENT_HTML+='<li><span class="version-name">Development (main branch)</span><span class="version-links"><a href="./snapshot/" class="doc-link">documentation ↗</a><a href="'"$REPO_URL"'/blob/main/CHANGELOG.md" class="release-link">release notes ↗</a><span class="badge snapshot">snapshot</span></span></li>'
238+
CURRENT_HTML+='<li><span class="version-name">Development (main branch)</span><span class="version-links"><a href="./snapshot/" class="doc-link">documentation ↗</a><a href="'"$REPO_URL"'/blob/main/CHANGELOG.md" class="release-link">changelog ↗</a><span class="badge snapshot">snapshot</span></span></li>'
239239
fi
240240
241241
# Add versioned releases from tags (first one is latest, rest go to older)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jbang https://github.com/copilot-community-sdk/copilot-sdk-java/blob/latest/jban
118118

119119
This project uses several GitHub Actions workflows for building, testing, releasing, and syncing with the upstream SDK.
120120

121-
See [WORKFLOWS.md](WORKFLOWS.md) for a full overview and details on each workflow.
121+
See [WORKFLOWS.md](docs/WORKFLOWS.md) for a full overview and details on each workflow.
122122

123123
## Contributing
124124

0 commit comments

Comments
 (0)