diff --git a/README.md b/README.md index 2edcbec13..ca04ee9e8 100644 --- a/README.md +++ b/README.md @@ -473,6 +473,6 @@ documentation](https://nv-legate.github.io/legate.core). We recommend starting by experimenting with at least one Legate application library to test out performance and see how Legate works. If you are interested in building your own Legate application library, we recommend that you -investigate our [Legate Hello World application library](examples/hello) that +investigate our [Legate Hello World application library](https://github.com/nv-legate/legate.core/tree/HEAD/examples/hello) that provides a small example of how to get started developing your own drop-in replacement library on top of Legion using the Legate Core library. diff --git a/docs/legate/core/source/conf.py b/docs/legate/core/source/conf.py index efa5cc969..c349d1a10 100644 --- a/docs/legate/core/source/conf.py +++ b/docs/legate/core/source/conf.py @@ -80,6 +80,8 @@ pygments_style = "sphinx" +myst_heading_anchors = 3 + def setup(app): app.add_css_file("params.css")