From 86c4c4444fd14e21931ed2bc1b296470d0665dea Mon Sep 17 00:00:00 2001 From: jmoo2880 Date: Fri, 27 Dec 2024 08:16:35 +1100 Subject: [PATCH] update all links --- README.md | 10 +++++----- docs/src/index.md | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 91f90f7..6ed860f 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,12 @@

- + docs - latest version - 0.1.0-DEV - +

@@ -31,8 +31,8 @@ pkg> add https://github.com/jmoo2880/MPSTime.jl.git ``` ## Usage and Documentation -We provide [tutorials](https://jmoo2880.github.io/MPSTime.jl/dev/tutorial/) and basic usage examples in the documentation: -- [LATEST DOCS](https://jmoo2880.github.io/MPSTime.jl/) -- the latest documentation. +We provide [tutorials](https://joshuabmoore.github.io/MPSTime.jl/dev/tutorial/) and basic usage examples in the documentation: +- [LATEST DOCS](https://joshuabmoore.github.io/MPSTime.jl/) -- the latest documentation. ## Citation If you use this software in your work, please read and cite the [arXiv preprint](https://arxiv.org/abs/2412.15826): @@ -52,4 +52,4 @@ If you use this software in your work, please read and cite the [arXiv preprint] We welcome contributions from the community! MPSTime is under active development and resarch, making it an exciting opprtunity for collaboration. Whether you are interested in adding new features, improving existing documentation, fixing bugs, or sharing ideas, your input is valuable. -Feel free to submit a [PR](https://github.com/jmoo2880/MPSTime.jl/pulls) or open an [issue](https://github.com/jmoo2880/MPSTime.jl/issues) for discussion. +Feel free to submit a [PR](https://github.com/joshuabmoore/MPSTime.jl/pulls) or open an [issue](https://github.com/joshuabmoore/MPSTime.jl/issues) for discussion. diff --git a/docs/src/index.md b/docs/src/index.md index 4aaf1e6..f77d691 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -15,11 +15,11 @@ It provides a unified formalism for: MPSTime is currently under active development. Many features are in an experimental stage and may undergo significant changes, refinements, or removals. ## Installation -This is not yet a registered Julia package, but it will be soon (TM)! In the meantime, you can install it directly from [GitHub](https://github.com/jmoo2880/MPSTime.jl?tab=readme-ov-file): +This is not yet a registered Julia package, but it will be soon (TM)! In the meantime, you can install it directly from [GitHub](https://github.com/joshuabmoore/MPSTime.jl?tab=readme-ov-file): ```Julia julia> ] -pkg> add https://github.com/jmoo2880/MPSTime.jl.git +pkg> add https://github.com/joshuabmoore/MPSTime.jl.git ``` ## Usage