From fc61e2523b13fe3641bbf46143f41249ca412724 Mon Sep 17 00:00:00 2001 From: Paul Profizi <100710998+PProfizi@users.noreply.github.com> Date: Fri, 2 Feb 2024 09:28:44 +0100 Subject: [PATCH] Fix broken links in doc (#1395) --- doc/source/user_guide/getting_started_with_dpf_server.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/user_guide/getting_started_with_dpf_server.rst b/doc/source/user_guide/getting_started_with_dpf_server.rst index 7c6772bafb..a2ad328901 100644 --- a/doc/source/user_guide/getting_started_with_dpf_server.rst +++ b/doc/source/user_guide/getting_started_with_dpf_server.rst @@ -53,8 +53,8 @@ through the network using gRPC or directly in the same process. PyDPF-Post is a module for postprocessing based on PyDPF-Core. Both PyDPF-Core and PyDPF-Post can be used with DPF Server. Installation instructions -for PyDPF-Core are available in the PyDPF-Core `Getting started `_. -Installation instructions for PyDPF-Post are available in the PyDPF-Post `Getting started `_. +for PyDPF-Core are available in the PyDPF-Core `Getting started `_. +Installation instructions for PyDPF-Post are available in the PyDPF-Post `Getting started `_. With PyDPF-Core and PyDPF-Post, the first creation of most DPF entities starts a DPF Server with the current default configuration and context. For example, the following code automatically starts a DPF Server behind the scenes: @@ -180,4 +180,4 @@ The following Ansys licensing increments provide rights to use DPF Server: Each increment may be available in other products. On the Ansys Customer Portal, the `Licensing section `_ -provides product/increment mapping. \ No newline at end of file +provides product/increment mapping.