Skip to content

Commit

Permalink
Updated documentation links.
Browse files Browse the repository at this point in the history
  • Loading branch information
William Troup committed Sep 9, 2024
1 parent 6a3973a commit 004264a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ All modern browsers (such as Google Chrome, FireFox, and Opera) are fully suppor

<h1>What are the most recent changes?</h1>

To see a list of all the most recent changes, click [here](docs/CHANGE_LOG.md).
To see a list of all the most recent changes, click [here](https://www.william-troup.com/jhson-js/documentation/recent-changes.html).
<br>
<br>

Expand All @@ -54,7 +54,9 @@ You can install the library with npm into your local modules directory using the
npm install jhson.js
```

You can also use the following CDN links:
Or, you can download the latest zipped up version [here](https://www.william-troup.com/jhson-js/download.html).

Or, you can also use the following CDN links:

```markdown
https://cdn.jsdelivr.net/gh/williamtroup/[email protected]/dist/jhson.min.js
Expand Down Expand Up @@ -166,9 +168,9 @@ Make sure you include the "DOCTYPE html" tag at the top of your HTML, as follows
</div>
```

To see a list of all the available binding options you can use for "data-jhson-js", click [here](docs/binding/OPTIONS.md).
To see a list of all the available binding options you can use for "data-jhson-js", click [here](https://www.william-troup.com/jhson-js/documentation/binding-options.html).

To see a list of all the available custom triggers you can use for "data-jhson-js", click [here](docs/binding/CUSTOM_TRIGGERS.md).
To see a list of all the available custom triggers you can use for "data-jhson-js", click [here](https://www.william-troup.com/jhson-js/documentation/binding-options-custom-triggers.html).

<br>

Expand All @@ -188,7 +190,7 @@ To customize, and get more out of JHson.js, please read through the following do

### 1. Public Functions:

To see a list of all the public functions available, click [here](docs/PUBLIC_FUNCTIONS.md).
To see a list of all the public functions available, click [here](https://www.william-troup.com/jhson-js/documentation/public-functions.html).
<br>
<br>

Expand All @@ -205,4 +207,4 @@ Configuration options allow you to customize how JHson.js will function. You ca
</script>
```

To see a list of all the available configuration options you can use, click [here](docs/configuration/OPTIONS.md).
To see a list of all the available configuration options you can use, click [here](https://www.william-troup.com/jhson-js/documentation/options.html).
14 changes: 8 additions & 6 deletions README_NUGET.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ All modern browsers (such as Google Chrome, FireFox, and Opera) are fully suppor

## What are the most recent changes?

To see a list of all the most recent changes, click [here](docs/CHANGE_LOG.md).
To see a list of all the most recent changes, click [here](https://www.william-troup.com/jhson-js/documentation/recent-changes.html).


## How do I install JHson.js?
Expand All @@ -43,7 +43,9 @@ You can install the library with npm into your local modules directory using the
npm install jhson.js
```

You can also use the following CDN links:
Or, you can download the latest zipped up version [here](https://www.william-troup.com/jhson-js/download.html).

Or, you can also use the following CDN links:

```markdown
https://cdn.jsdelivr.net/gh/williamtroup/[email protected]/dist/jhson.min.js
Expand Down Expand Up @@ -145,9 +147,9 @@ Make sure you include the "DOCTYPE html" tag at the top of your HTML, as follows
</div>
```

To see a list of all the available binding options you can use for "data-jhson-js", click [here](docs/binding/OPTIONS.md).
To see a list of all the available binding options you can use for "data-jhson-js", click [here](https://www.william-troup.com/jhson-js/documentation/binding-options.html).

To see a list of all the available custom triggers you can use for "data-jhson-js", click [here](docs/binding/CUSTOM_TRIGGERS.md).
To see a list of all the available custom triggers you can use for "data-jhson-js", click [here](https://www.william-troup.com/jhson-js/documentation/binding-options-custom-triggers.html).


### 5. Finishing Up:
Expand All @@ -162,7 +164,7 @@ To customize, and get more out of JHson.js, please read through the following do

### 1. Public Functions:

To see a list of all the public functions available, click [here](docs/PUBLIC_FUNCTIONS.md).
To see a list of all the public functions available, click [here](https://www.william-troup.com/jhson-js/documentation/public-functions.html).


### 2. Configuration:
Expand All @@ -177,4 +179,4 @@ Configuration options allow you to customize how JHson.js will function. You ca
</script>
```

To see a list of all the available configuration options you can use, click [here](docs/configuration/OPTIONS.md).
To see a list of all the available configuration options you can use, click [here](https://www.william-troup.com/jhson-js/documentation/options.html).

0 comments on commit 004264a

Please sign in to comment.