Skip to content

Commit

Permalink
Merge pull request #21 from FriendlyCaptcha/agreenberg/add-missing-fi…
Browse files Browse the repository at this point in the history
…le-extensions

Add missing '.md' file extensions to links
  • Loading branch information
greenberga authored Oct 9, 2024
2 parents 5fb4861 + fa0bc06 commit c32a3a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guides/upgrading-from-v1/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ To learn more about the ways v2 improves upon v1, and why upgrading is worth the

### Script tag installation

If you installed Friendly Captcha to your website by adding a `<script>` tag, follow [this guide](./script).
If you installed Friendly Captcha to your website by adding a `<script>` tag, follow [this guide](./script.md).

### Programmatic JavaScript API

If you are using the Javascript API to programmatically create widgets, please follow [this guide](./javascript-api).
If you are using the Javascript API to programmatically create widgets, please follow [this guide](./javascript-api.md).

:::tip

Expand All @@ -24,4 +24,4 @@ We are working on bringing v2 support to all popular languages and frameworks.

## Back-end changes

You will also need to make small changes to your back-end code. These are described in [this guide](./backend-integration).
You will also need to make small changes to your back-end code. These are described in [this guide](./backend-integration.md).

0 comments on commit c32a3a3

Please sign in to comment.