Skip to content

Commit

Permalink
Fixing the links getting-started and how-to-use (#452)
Browse files Browse the repository at this point in the history
* fix use-case links getting-started.md

* fix the use-case links fix getting-started.md

* fix links how-to-use.md

* fix links how-to-use.md
  • Loading branch information
StefanIGit authored Feb 21, 2024
1 parent a02d361 commit 1f789d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ Talisman is a tool to help you prevent or detect potential secrets from getting
It supports MAC OSX, Linux and Windows 10.

Follow the quick links below based on your use-case:
1. [Install Talisman](#installation)
2. [Use Talisman as a pre-commit/pre-push hook](#as-a-hook)
3. [Use Talisman as a repository scanner](#as-a-git-scanner)
1. [Install Talisman](installation/installation.md)
2. [Use Talisman as a pre-commit/pre-push hook](how-to-use/as-a-hook.md)
3. [Use Talisman as a repository scanner](how-to-use/as-a-git-scanner.md)

You can also follow the links given in the menu options for a more detailed navigation.

Expand Down
6 changes: 3 additions & 3 deletions docs/how-to-use/how-to-use.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ permalink: docs/how-to-use
Talisman acts as as a hook (pre-commit or pre-push) to your git repository on the developer's machine itself.
<br> However, you can't always guarantee that all checkins made to the git repository came through a similar validation. Which is why you might also want to run Talisman to scan your complete git history.
<br> Here are the different ways you can use Talisman:
1. [Talisman as a hook](./as-a-hook) : Sits on a developer's machine to ensure secrets do not get checked-in
2. [Talisman as a git scanner](./as-a-git-scanner) : Run against the complete git history to find if secrets got leaked or checked in your repository
3. [Other utilities](./as-a-utility) : Find more utilities as a CLI to calculate checksum, debug etc.
1. [Talisman as a hook](./as-a-hook.md) : Sits on a developer's machine to ensure secrets do not get checked-in
2. [Talisman as a git scanner](./as-a-git-scanner.md) : Run against the complete git history to find if secrets got leaked or checked in your repository
3. [Talisman as a cli utility](./as-a-utility.md) : Find more utilities as a CLI to calculate checksum, debug etc.

<br> You will be able to find more details about [how to configure](docs/configuring-talisman)

0 comments on commit 1f789d9

Please sign in to comment.