@igniter-js/cli 0.2.4 → 0.2.6

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
@@ -31,7 +31,7 @@ The `init` command scaffolds a new, production-ready Igniter.js project from scr
31
31
  npx @igniter-js/cli init my-api
32
32
  ```
33
33
 
34
- For more details, see the **[igniter init documentation](https://github.com/felipebarcelospro/igniter-js/wiki/05-CLI-and-Tooling/01-igniter-init.md)**.
34
+ For more details, see the **[igniter init documentation](https://igniterjs.com/docs/cli-and-tooling/igniter-init)**.
35
35
 
36
36
  ### `igniter dev`
37
37
 
@@ -46,7 +46,7 @@ igniter dev --interactive
46
46
  igniter dev --interactive --framework nextjs
47
47
  ```
48
48
 
49
- For more details, see the **[igniter dev documentation](https://github.com/felipebarcelospro/igniter-js/wiki/05-CLI-and-Tooling/02-igniter-dev.md)**.
49
+ For more details, see the **[igniter dev documentation](https://igniterjs.com/docs/cli-and-tooling/igniter-dev)**.
50
50
 
51
51
  ## Contributing
52
52