Skip to content

Commit c00a231

Browse files
authored
Update README.md
1 parent a3f9e60 commit c00a231

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,13 +146,13 @@ Here are some useful entry points:
146146
- 🧪 **[Violation system](https://atellaluca.github.io/ImportSpy/advanced/violations/)**
147147
Learn how ImportSpy reports context-aware, structured errors on invalid imports.
148148

149-
- 🚀 **[CLI usage](https://atellaluca.github.io/ImportSpy/usage/cli/)**
149+
- 🚀 **[CLI usage](https://atellaluca.github.io/ImportSpy/modes/cli/)**
150150
Run contract validation in CI/CD pipelines or pre-deploy checks with the CLI interface.
151151

152-
- 🛠 **[Embedded usage](https://atellaluca.github.io/ImportSpy/usage/embedded/)**
152+
- 🛠 **[Embedded usage](https://atellaluca.github.io/ImportSpy/modes/embedded/)**
153153
Use ImportSpy directly inside a module to protect it from being imported in unsupported contexts.
154154

155-
- 📄 **[Writing import contracts](https://atellaluca.github.io/ImportSpy/guides/writing-contracts/)**
155+
- 📄 **[Writing import contracts](https://atellaluca.github.io/ImportSpy/contracts/syntax/)**
156156
Guide to authoring `.yml` contracts: syntax, best practices, and validation patterns.
157157

158158
---

0 commit comments

Comments
 (0)