@grantjs/cli 1.0.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -136,7 +136,7 @@ node packages/@grantjs/cli/dist/index.mjs version
136
136
 
137
137
  **Interactive TUI:** Run `grant start` (and any prompts) in a real terminal so the process has a TTY. Running via IDE "Run" or in CI often has no stdin and prompts will not work.
138
138
 
139
- **Documentation:** [Grant CLI](https://github.com/logusgraphics/grant/blob/main/docs/integration/cli.md) in the official docs.
139
+ **Documentation:** [Grant CLI](https://github.com/grant-js/grant/blob/main/docs/integration/cli.md) in the official docs.
140
140
 
141
141
  **Publishing:** See [RELEASE.md](./RELEASE.md) for versioning and npm publish (Changesets).
142
142