Update documentation url

This commit is contained in:
2023-03-08 00:44:54 +01:00
parent 20a01e7df0
commit 899d65c5e0
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ Do not move the source Dynamo graphs, or update won't work with them later.
### As a python module ### As a python module
API documentation available here: *TODO* Full API documentation available here: https://infeeeee.github.io/dyn2py
Most basic example to extract all nodes next to a dynamo file: Most basic example to extract all nodes next to a dynamo file:

View File

@@ -18,7 +18,7 @@ build = ["pyinstaller"]
doc = ["pdoc"] doc = ["pdoc"]
[project.urls] [project.urls]
homepage = "https://github.com/infeeeee/dyn2py" homepage = "https://infeeeee.github.io/dyn2py"
documentation = "https://github.com/infeeeee/dyn2py" documentation = "https://github.com/infeeeee/dyn2py"
repository = "https://github.com/infeeeee/dyn2py" repository = "https://github.com/infeeeee/dyn2py"
changelog = "https://github.com/infeeeee/dyn2py/releases" changelog = "https://github.com/infeeeee/dyn2py/releases"