Skip to content

Commit 68ce173

Browse files
committed
Corrected github link URL
1 parent f572362 commit 68ce173

File tree

5 files changed

+14
-13
lines changed

5 files changed

+14
-13
lines changed

.cspell/custom-dictionary.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Custom Dictionary Words
2+
brotli
23
Wkid

packages/leaflet-demo/.netconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[serve]
2+
cors
3+
open-browser
4+
tls
5+
gzip
6+
brotli
7+
cors

packages/leaflet-demo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Demo: @wsdot/arcgis-rest-lrs
33

44
Interactive map application that demonstrates abilities of the [@wsdot/arcgis-rest-lrs] library.
55

6-
The application is hosted at https://wsdot-gis.github.io/arcgis-rest-lrs-demo/.
6+
The application is hosted at <https://wsdot-gis.github.io/arcgis-rest-lrs/>.
77

88
Build instructions
99
------------------
@@ -16,7 +16,7 @@ Build instructions
1616
Publish to GitHub Pages
1717
-----------------------
1818

19-
The following command will update the site at https://wsdot-gis.github.io/arcgis-rest-lrs-demo/.
19+
The following command will update the site at <https://wsdot-gis.github.io/arcgis-rest-lrs/>.
2020

2121
```shell
2222
npm run publish

packages/leaflet-demo/package.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"build:utils": "tsc -p util",
1313
"copy:leaflet": "node util/copyLeaflet.js",
1414
"prettier": "prettier \"{src,util,style}/**/*.{ts,less}\" --write",
15-
"gh-pages": "npm run build && node util/publish.js"
15+
"gh-pages": "npm run build && node util/publish.js",
16+
"serve": "dotnet serve"
1617
},
1718
"keywords": [
1819
"lrs",
@@ -48,13 +49,5 @@
4849
"typescript": "^4.7.4",
4950
"webpack": "^5.73.0",
5051
"webpack-cli": "^4.10.0"
51-
},
52-
"repository": {
53-
"type": "git",
54-
"url": "git+https://github.com/WSDOT-GIS/arcgis-rest-lrs-demo.git"
55-
},
56-
"bugs": {
57-
"url": "https://github.com/WSDOT-GIS/arcgis-rest-lrs-demo/issues"
58-
},
59-
"homepage": "https://github.com/WSDOT-GIS/arcgis-rest-lrs-demo#readme"
52+
}
6053
}

packages/leaflet-demo/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ try {
265265
new GitHubLink({
266266
position,
267267
userOrOrg: "wsdot-gis",
268-
repository: "arcgis-rest-lrs-demo"
268+
repository: "arcgis-rest-lrs"
269269
}).addTo(theMap);
270270
}
271271

0 commit comments

Comments
 (0)