ext/h3/src/website/README.md in h3-3.6.2 vs ext/h3/src/website/README.md in h3-3.7.1
- old
+ new
@@ -1,24 +1,26 @@
# H3 Documentation Website
-This is the source for the [H3 documentation website](https://uber.github.io/h3/).
+This is the source for the [H3 documentation website](https://h3geo.org/).
The source of the pages in the documentation is in the [docs](../docs) directory.
## Building Locally
-Building the documentation requires Node.js. To build and view the H3 documentation,
+Building the documentation requires Node.js. To build and view the H3 documentation,
run the following from `./website`:
```
-npm install
-npm run build
-npm start
+yarn
+yarn run build
```
+You will then be able to open `public/index.html` in your browser. Note that images
+will not render because they expect a `/h3/` path prefix.
+
## Updating the H3 Website
Make sure your `gh-pages` branch has its remote set to the upstream repo, then
```
make publish-website
-```
\ No newline at end of file
+```