Skip to content

Commit

Permalink
fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
beckykd committed Nov 12, 2024
1 parent 6188103 commit 90c53b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/js/commands/checkPatternsIndex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const ALLOWLIST_MISSING_FROM_INDEX: Set<string> = new Set([
"/guides/qiskit-code-assistant-vscode",
"/guides/addons",
"/guides/addons/qiskit-addons-sqd-get-started",
"/guides/function-template-hamsim",
"/guides/serverless-hamsim-template",
]);

// URLs that show up in the INDEX_PAGES, but are not in the left ToC under
Expand Down

0 comments on commit 90c53b8

Please sign in to comment.