Skip to content

Commit 6609a25

Browse files
committed
fixed links to new site
1 parent 4aa0e65 commit 6609a25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/SiteTypes/src/sitetype.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ There are currently a few built-in site types
3434
recognized by `jl`. The system is easily extensible
3535
by users. To add new operators to an existing site type,
3636
or to create new site types, you can follow the instructions
37-
[here](https://itensor.github.io/ITensors.jl/stable/examples/Physics.html).
37+
[here](https://docs.itensor.org/ITensorMPS/stable/examples/Physics.html).
3838
3939
The current built-in site types are:
4040
@@ -107,7 +107,7 @@ Many operators are available, for example:
107107
- ...
108108
109109
You can view the internal SiteType definitions and operators
110-
[here](https://itensor.github.io/ITensors.jl/stable/IncludedSiteTypes.html).
110+
[here](https://docs.itensor.org/ITensorMPS/stable/IncludedSiteTypes.html).
111111
"""
112112
SiteType(s::AbstractString) = SiteType{SmallString(s)}()
113113

0 commit comments

Comments
 (0)