Skip to content

Commit 7114243

Browse files
authored
Update link to page docs (mesop-dev#779)
1 parent 68470fa commit 7114243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mesop/runtime/runtime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def run_path(self, path: str, trace_mode: bool = False) -> None:
9898
paths = list(self._path_to_page_config.keys())
9999
if not paths:
100100
raise MesopDeveloperException(
101-
"""No page has been registered. Read the [page docs](https://google.github.io/mesop/guides/pages/) to configure a page.
101+
"""No page has been registered. Read the [page docs](https://google.github.io/mesop/api/page/) to configure a page.
102102
103103
If you configured a page, then there was an exception in your code before the page was registered. Check your logs for more details.
104104
"""

0 commit comments

Comments
 (0)