-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
William Troup
committed
Sep 9, 2024
1 parent
6a3973a
commit 004264a
Showing
2 changed files
with
16 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
||
|
@@ -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 | ||
|
@@ -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> | ||
|
||
|
@@ -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> | ||
|
||
|
@@ -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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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? | ||
|
@@ -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 | ||
|
@@ -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: | ||
|
@@ -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: | ||
|
@@ -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). |