Skip to content

Commit f06954f

Browse files
committed
Simplify paths
1 parent 6143eda commit f06954f

File tree

20 files changed

+20
-20
lines changed

20 files changed

+20
-20
lines changed

dist/datasets-cmudict/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ var data = cmudict( opts );
156156
- While you are **strongly** encouraged to **vendor** bundles and host with a [CDN][cdn]/provider which can provide availability **guarantees**, especially for production applications, bundles are available via [unpkg][unpkg] for quick demos, proof-of-concepts, and instructional material. For example,
157157

158158
```html
159-
<script type="text/javascript" src="https://unpkg.com/@stdlib/dist-datasets-cmudict/build/bundle.min.js"></script>
159+
<script type="text/javascript" src="https://unpkg.com/@stdlib/dist-datasets-cmudict"></script>
160160
```
161161

162162
Please be mindful that [unpkg][unpkg] is a free, best-effort service relying on donated infrastructure which does **not** provide **any** availability guarantees. Under **no** circumstances should you **abuse** or **misuse** the service. You have been **warned**.

dist/datasets-emoji/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Some emoji pictographs may have **multiple** applicable codes.
118118
- While you are **strongly** encouraged to **vendor** bundles and host with a [CDN][cdn]/provider which can provide availability **guarantees**, especially for production applications, bundles are available via [unpkg][unpkg] for quick demos, proof-of-concepts, and instructional material. For example,
119119

120120
```html
121-
<script type="text/javascript" src="https://unpkg.com/@stdlib/dist-datasets-emoji/build/bundle.min.js"></script>
121+
<script type="text/javascript" src="https://unpkg.com/@stdlib/dist-datasets-emoji"></script>
122122
```
123123

124124
Please be mindful that [unpkg][unpkg] is a free, best-effort service relying on donated infrastructure which does **not** provide **any** availability guarantees. Under **no** circumstances should you **abuse** or **misuse** the service. You have been **warned**.

dist/datasets-fivethirtyeight-ffq/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ var data = dataset();
6464
- While you are **strongly** encouraged to **vendor** bundles and host with a [CDN][cdn]/provider which can provide availability **guarantees**, especially for production applications, bundles are available via [unpkg][unpkg] for quick demos, proof-of-concepts, and instructional material. For example,
6565

6666
```html
67-
<script type="text/javascript" src="https://unpkg.com/@stdlib/dist-datasets-fivethirtyeight-ffq/build/bundle.min.js"></script>
67+
<script type="text/javascript" src="https://unpkg.com/@stdlib/dist-datasets-fivethirtyeight-ffq"></script>
6868
```
6969

7070
Please be mindful that [unpkg][unpkg] is a free, best-effort service relying on donated infrastructure which does **not** provide **any** availability guarantees. Under **no** circumstances should you **abuse** or **misuse** the service. You have been **warned**.

dist/datasets-img/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ var img = images.IMG_NAGASAKI_BOATS();
143143
- While you are **strongly** encouraged to **vendor** bundles and host with a [CDN][cdn]/provider which can provide availability **guarantees**, especially for production applications, bundles are available via [unpkg][unpkg] for quick demos, proof-of-concepts, and instructional material. For example,
144144

145145
```html
146-
<script type="text/javascript" src="https://unpkg.com/@stdlib/dist-datasets-img/build/bundle.min.js"></script>
146+
<script type="text/javascript" src="https://unpkg.com/@stdlib/dist-datasets-img"></script>
147147
```
148148

149149
Please be mindful that [unpkg][unpkg] is a free, best-effort service relying on donated infrastructure which does **not** provide **any** availability guarantees. Under **no** circumstances should you **abuse** or **misuse** the service. You have been **warned**.

dist/datasets-moby-dick/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Each `array` element has the following fields:
6868
- While you are **strongly** encouraged to **vendor** bundles and host with a [CDN][cdn]/provider which can provide availability **guarantees**, especially for production applications, bundles are available via [unpkg][unpkg] for quick demos, proof-of-concepts, and instructional material. For example,
6969

7070
```html
71-
<script type="text/javascript" src="https://unpkg.com/@stdlib/dist-datasets-moby-dick/build/bundle.min.js"></script>
71+
<script type="text/javascript" src="https://unpkg.com/@stdlib/dist-datasets-moby-dick"></script>
7272
```
7373

7474
Please be mindful that [unpkg][unpkg] is a free, best-effort service relying on donated infrastructure which does **not** provide **any** availability guarantees. Under **no** circumstances should you **abuse** or **misuse** the service. You have been **warned**.

dist/datasets-primes-100k/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ var list = primes();
6262
- While you are **strongly** encouraged to **vendor** bundles and host with a [CDN][cdn]/provider which can provide availability **guarantees**, especially for production applications, bundles are available via [unpkg][unpkg] for quick demos, proof-of-concepts, and instructional material. For example,
6363

6464
```html
65-
<script type="text/javascript" src="https://unpkg.com/@stdlib/dist-datasets-primes-100k/build/bundle.min.js"></script>
65+
<script type="text/javascript" src="https://unpkg.com/@stdlib/dist-datasets-primes-100k"></script>
6666
```
6767

6868
Please be mindful that [unpkg][unpkg] is a free, best-effort service relying on donated infrastructure which does **not** provide **any** availability guarantees. Under **no** circumstances should you **abuse** or **misuse** the service. You have been **warned**.

dist/datasets-sotu/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ var speeches = sotu({
149149
- While you are **strongly** encouraged to **vendor** bundles and host with a [CDN][cdn]/provider which can provide availability **guarantees**, especially for production applications, bundles are available via [unpkg][unpkg] for quick demos, proof-of-concepts, and instructional material. For example,
150150

151151
```html
152-
<script type="text/javascript" src="https://unpkg.com/@stdlib/dist-datasets-sotu/build/bundle.min.js"></script>
152+
<script type="text/javascript" src="https://unpkg.com/@stdlib/dist-datasets-sotu"></script>
153153
```
154154

155155
Please be mindful that [unpkg][unpkg] is a free, best-effort service relying on donated infrastructure which does **not** provide **any** availability guarantees. Under **no** circumstances should you **abuse** or **misuse** the service. You have been **warned**.

dist/datasets-spam-assassin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The `checksum` object contains the following fields:
8282
- While you are **strongly** encouraged to **vendor** bundles and host with a [CDN][cdn]/provider which can provide availability **guarantees**, especially for production applications, bundles are available via [unpkg][unpkg] for quick demos, proof-of-concepts, and instructional material. For example,
8383

8484
```html
85-
<script type="text/javascript" src="https://unpkg.com/@stdlib/dist-datasets-spam-assassin/build/bundle.min.js"></script>
85+
<script type="text/javascript" src="https://unpkg.com/@stdlib/dist-datasets-spam-assassin"></script>
8686
```
8787

8888
Please be mindful that [unpkg][unpkg] is a free, best-effort service relying on donated infrastructure which does **not** provide **any** availability guarantees. Under **no** circumstances should you **abuse** or **misuse** the service. You have been **warned**.

dist/datasets-suthaharan-multi-hop-sensor-network/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ var data = dataset();
8585
- While you are **strongly** encouraged to **vendor** bundles and host with a [CDN][cdn]/provider which can provide availability **guarantees**, especially for production applications, bundles are available via [unpkg][unpkg] for quick demos, proof-of-concepts, and instructional material. For example,
8686

8787
```html
88-
<script type="text/javascript" src="https://unpkg.com/@stdlib/dist-datasets-suthaharan-multi-hop-sensor-network/build/bundle.min.js"></script>
88+
<script type="text/javascript" src="https://unpkg.com/@stdlib/dist-datasets-suthaharan-multi-hop-sensor-network"></script>
8989
```
9090

9191
Please be mindful that [unpkg][unpkg] is a free, best-effort service relying on donated infrastructure which does **not** provide **any** availability guarantees. Under **no** circumstances should you **abuse** or **misuse** the service. You have been **warned**.

dist/datasets-suthaharan-single-hop-sensor-network/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ var data = dataset();
8484
- While you are **strongly** encouraged to **vendor** bundles and host with a [CDN][cdn]/provider which can provide availability **guarantees**, especially for production applications, bundles are available via [unpkg][unpkg] for quick demos, proof-of-concepts, and instructional material. For example,
8585

8686
```html
87-
<script type="text/javascript" src="https://unpkg.com/@stdlib/dist-datasets-suthaharan-single-hop-sensor-network/build/bundle.min.js"></script>
87+
<script type="text/javascript" src="https://unpkg.com/@stdlib/dist-datasets-suthaharan-single-hop-sensor-network"></script>
8888
```
8989

9090
Please be mindful that [unpkg][unpkg] is a free, best-effort service relying on donated infrastructure which does **not** provide **any** availability guarantees. Under **no** circumstances should you **abuse** or **misuse** the service. You have been **warned**.

0 commit comments

Comments
 (0)