Skip to content

Commit

Permalink
update all links
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuabmoore committed Dec 26, 2024
1 parent ad6a7ab commit 86c4c44
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@


<p align="center">
<a href="https://jmoo2880.github.io/MPSTime.jl/dev/">
<a href="https://joshuabmoore.github.io/MPSTime.jl/dev/">
<img src="https://img.shields.io/badge/docs-latest-2ea44f?style=flat-square" alt="docs - latest">
</a>
<img src="https://img.shields.io/badge/version-0.1.0--DEV-blue?style=flat-square" alt="version - 0.1.0-DEV">
</a>
<img src="https://github.com/jmoo2880/MPSTime.jl/actions/workflows/CI.yml/badge.svg">
<img src="https://github.com/joshuabmoore/MPSTime.jl/actions/workflows/CI.yml/badge.svg">
</p>


Expand All @@ -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):
Expand All @@ -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.
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 86c4c44

Please sign in to comment.