Skip to content

Commit

Permalink
fix: wrong link in the local-setup (#916)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amishakumari544 committed Mar 2, 2023
1 parent 0fe9399 commit de89309
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ To verify your changes to the dev documentations you can use the makefile:

```shell
cd lifecycle-toolkit/docs

make clone
make build
make server
```

After the server is running on <http://localhost:1314/docs-dev>.
Note: If the above command is not working try with `sudo` command.

After the server is running on <http://localhost:1314>.
Any modification in the docs folder will be reflected on the server under the dev revision.
You can modify the content in realtime to verify the correct behaviour of links and such.

Expand Down

0 comments on commit de89309

Please sign in to comment.