From 4d12571a4637af18e9b7a2575c6c65b095846bfd Mon Sep 17 00:00:00 2001 From: Tyler Hughes <92756888+tylerflex@users.noreply.github.com> Date: Fri, 11 Oct 2024 15:03:20 -0400 Subject: [PATCH] fix broken examples link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 545d8adaec..b6eedaeff9 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ python -c "import tidy3d; tidy3d.web.test()" It should pass without any errors if the API key is set up correctly. -To get started, our documentation has a lot of [examples](https://docs.flexcompute.com/projects/tidy3d/en/latest/notebooks/index.html) for inspiration. +To get started, our documentation has a lot of [examples](https://docs.flexcompute.com/projects/tidy3d/en/latest/notebooks/docs/index.html) for inspiration. ## Common Documentation References