Skip to content

Commit 1379d91

Browse files
authored
chore: Update docs url (#26)
#### Description of changes Update docs URL #### Testing done N/A #### License - [x] By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license](https://pasteurlabs.github.io/tesseract/LICENSE). - [x] I sign the Developer Certificate of Origin below by adding my name and email address to the `Signed-off-by` line. <details> <summary><b>Developer Certificate of Origin</b></summary> ```text Developer Certificate of Origin Version 1.1 Copyright (C) 2004, 2006 The Linux Foundation and its contributors. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Developer's Certificate of Origin 1.1 By making a contribution to this project, I certify that: (a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or (b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or (c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it. (d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved. ``` </details> Signed-off-by: Niklas Heim <niklas.heim@simulation.science>
1 parent 8ea4bd3 commit 1379d91

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Autodiff-native, self-documenting software components for Simulation Intelligence. :package:
66

7-
[Read the docs](https://pasteur-labs-docs.readthedocs-hosted.com/projects/tesseract-core/latest/) |
7+
[Read the docs](https://pasteur-labs-tesseract-core.readthedocs-hosted.com/en/latest/) |
88
[Report an issue](https://github.com/pasteurlabs/tesseract-core-core/issues) |
99
[Talk to the community](https://si-tesseract.discourse.group/) |
1010
[Contribute](CONTRIBUTING.md)
@@ -56,7 +56,8 @@ Tesseracts provide built-in support for propagating [gradient information](https
5656
{"result":{"object_type":"array","shape":[1],"dtype":"float64","data":{"buffer":[3.0],"encoding":"json"}}}⏎
5757
```
5858

59-
Now you're ready to dive into the [documentation](https://pasteur-labs-docs.readthedocs-hosted.com/projects/tesseract-core/latest/) for more information on [installation](https://pasteur-labs-docs.readthedocs-hosted.com/projects/tesseract-core/latest/content/user-guide/installation.html), [creating Tesseracts](https://pasteur-labs-docs.readthedocs-hosted.com/projects/tesseract-core/latest/content/user-guide/create.html), and [invoking them](https://pasteur-labs-docs.readthedocs-hosted.com/projects/tesseract-core/latest/content/user-guide/use.html).
59+
Now you're ready to dive into the [documentation](https://pasteur-labs-tesseract-core.readthedocs-hosted.com/en/latest/) for more information on [installation](https://pasteur-labs-tesseract-core.readthedocs-hosted.com/en/latest/content/user-guide/installation.html), [creating Tesseracts](https://pasteur-labs-tesseract-core.readthedocs-hosted.com/en/latest/content/user-guide/create.html), and [invoking
60+
them](https://pasteur-labs-tesseract-core.readthedocs-hosted.com/en/latest/content/user-guide/use.html).
6061

6162
## License
6263

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dev = [
4444

4545
[project.urls]
4646
Homepage = "https://github.com/pasteurlabs/tesseract-core"
47-
Documentation = "https://pasteur-labs-docs.readthedocs-hosted.com/projects/tesseract-core/latest/"
47+
Documentation = "https://pasteur-labs-tesseract-core.readthedocs-hosted.com/en/latest/"
4848

4949
[project.scripts]
5050
tesseract = "tesseract_core.sdk.cli:entrypoint"

0 commit comments

Comments
 (0)