Skip to content

Commit 92a5e9d

Browse files
committed
rename test
1 parent 24a586a commit 92a5e9d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/check-url-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
if (renamedMd) message += `**Renamed Markdown files:**\n\`\`\`\n${renamedMd}\n\`\`\`\n\n`;
6363
if (navChanges) message += `**Navigation file changes:**\n\`\`\`\n${navChanges}\n\`\`\`\n\n`;
6464
65-
message += "🚨 Please verify:\n- Links are correct\n- Deleted/renamed entries are handled. \n\n 🚨 If not handled properly, broken links (404 errors) could appear. Consider:\n- Adding redirects in the \`mkdocs.yml\` file from the old URLs to the new ones\n- Updating internal references to these files";
65+
message += "🚨 Please verify links remain valid and any deleted or renamed entries are handled.";
6666
6767
github.rest.issues.createComment({
6868
owner: context.repo.owner,

develop/toolkit/api-libraries/.nav.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ nav:
77
- ':simple-dart: Polkadart': polkadart.md
88
- ':simple-python: Python Substrate Interface': py-substrate-interface.md
99
- ':simple-javascript: Sidecar Rest API': sidecar.md
10-
- ':simple-rust: Subxt': subxt.md
10+
- ':simple-rust: Subxt': subat.md
1111

0 commit comments

Comments
 (0)