Skip to content

Commit 6698361

Browse files
authored
Update links to doc in Readme (#868)
Due to multi-versioning, the links to the doc were broken
1 parent a395566 commit 6698361

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ without ever leaving the Python environment.
4141

4242
Visit the [DPF-Core Documentation](https://dpfdocs.pyansys.com) for a
4343
detailed description of the library, or see the [Examples
44-
Gallery](https://dpfdocs.pyansys.com/examples/index.html) for more
44+
Gallery](https://dpfdocs.pyansys.com/version/stable/examples/index.html) for more
4545
detailed examples.
4646

4747
## Installation
4848

4949
PyDPF-Core requires DPF to be available, either thanks to a compatible Ansys installation or after installing the
50-
standalone server package ``ansys-dpf-server`` (see [here](https://dpf.docs.pyansys.com/user_guide/getting_started_with_dpf_server.html)).
50+
standalone server package ``ansys-dpf-server`` (see [here](https://dpf.docs.pyansys.com/version/stable/user_guide/getting_started_with_dpf_server.html)).
5151
Compatibility between PyDPF-Core and Ansys is documented
52-
[here](https://dpfdocs.pyansys.com/getting_started/index.html#compatibility).
52+
[here](https://dpfdocs.pyansys.com/version/stable/getting_started/index.html#compatibility).
5353

5454
To use PyDPF-Core with ``ansys-dpf-server`` or Ansys 2021 R2 or later,
5555
install the latest version with this command:
@@ -65,7 +65,7 @@ To install PyDPF-Core with its optional plotting functionalities, use:
6565
pip install ansys-dpf-core[plotting]
6666
```
6767

68-
For more information about PyDPF-Core plotting capabilities, see [Plotting](https://dpf.docs.pyansys.com/user_guide/plotting.html).
68+
For more information about PyDPF-Core plotting capabilities, see [Plotting](https://dpf.docs.pyansys.com/version/stable/user_guide/plotting.html).
6969

7070
To use PyDPF-Core with Ansys 2021 R1, install the latest version
7171
with this command:
@@ -78,7 +78,7 @@ with this command:
7878
### Brief Demo
7979

8080
Provided you have DPF available, either thanks to an Ansys installation or after installing the
81-
standalone server package ``ansys-dpf-server`` (see [here](https://dpf.docs.pyansys.com/user_guide/getting_started_with_dpf_server.html)),
81+
standalone server package ``ansys-dpf-server`` (see [here](https://dpf.docs.pyansys.com/version/stable/user_guide/getting_started_with_dpf_server.html)),
8282
a DPF server will start automatically once you start using PyDPF-Core.
8383

8484
To open a result file and explore what's inside, do:

0 commit comments

Comments
 (0)