Skip to content

Commit 7506b81

Browse files
author
Diptorup Deb
authored
Merge pull request #1073 from IntelPython/xaleryb/cr
Update getting_started.rst to replace all software.intel.com to corre…
2 parents 39dfbec + 3d998b4 commit 7506b81

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

docs/user_guides/debugging/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ work.
2525
`Intel® Distribution for GDB*` is part of `Intel oneAPI`. For relevant
2626
documentation, refer to the `Intel® Distribution for GDB* product page`_.
2727

28-
.. _`Intel® Distribution for GDB* product page`: https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/distribution-for-gdb.html
28+
.. _`Intel® Distribution for GDB* product page`: https://www.intel.com/content/www/us/en/developer/tools/oneapi/distribution-for-gdb.html
2929

3030
.. toctree::
3131
:maxdepth: 2

docs/user_guides/debugging/set_up_machine.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Install drivers using the following guides:
1111

1212
.. _Intel® GPGPU driver installation guide: https://dgpu-docs.intel.com/installation-guides/index.html
1313
.. _Intel® oneAPI GPU driver installation guide:
14-
https://software.intel.com/content/www/us/en/develop/documentation/installation-guide-for-intel-oneapi-toolkits-linux/top/prerequisites/install-intel-gpu-drivers.html
14+
https://www.intel.com/content/www/us/en/docs/oneapi/installation-guide-linux/current/install-intel-gpu-drivers.html
1515

1616
The user should be in the "video" group (on Ubuntu* 18, Fedora* 30, and SLES* 15
1717
SP1) or "render" group (on Ubuntu* 19 and higher, CentOS* 8, and Fedora* 31). An
@@ -93,5 +93,5 @@ If you are installing DCD for the first time, create keys. For details, see the
9393

9494
See also:
9595

96-
- `Get Started with Intel® Distribution for GDB* on Linux* OS Host <https://software.intel.com/content/www/us/en/develop/documentation/get-started-with-debugging-dpcpp-linux/top.html>`_
97-
- `Public signature key <https://software.intel.com/content/www/us/en/develop/documentation/get-started-with-debugging-dpcpp-linux/top.html#:~:text=sudo%20modprobe%20igfxdcd-,The%20host%20system%20does%20not%20recognize%20the%20igfxdcd%20signature%20if,gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.PUB,-If%20you%20have>`_
96+
- `Get Started with Intel® Distribution for GDB* on Linux* OS Host <https://www.intel.com/content/www/us/en/docs/distribution-for-gdb/get-started-guide-linux/current/overview.html>`_
97+
- `Public signature key <https://www.intel.com/content/www/us/en/docs/distribution-for-gdb/get-started-guide-linux/current/overview.html#:~:text=sudo%20modprobe%20igfxdcd-,The%20host%20system%20does%20not%20recognize%20the%20igfxdcd%20signature%20if,gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.PUB,-If%20you%20have>`_

docs/user_guides/debugging/stepping.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,4 @@ a single line without interference, set the scheduler-locking setting to `on` or
7272

7373
See also:
7474

75-
- `Single Stepping <https://software.intel.com/content/www/us/en/develop/documentation/debugging-dpcpp-linux/top/debug-a-dpc-application-on-a-cpu/single-stepping.html>`_
7675
- `Continuing and Stepping in GDB* <https://sourceware.org/gdb/current/onlinedocs/gdb/Continuing-and-Stepping.html#Continuing-and-Stepping>`_

docs/user_guides/getting_started.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,6 @@ Refer to :ref:`Docker <docker>` section for more options.
154154
.. _`packaging`: https://packaging.pypa.io/
155155
.. _`scipy`: https://anaconda.org/intel/scipy
156156
.. _`pytest`: https://docs.pytest.org
157-
.. _`Intel Distribution for Python`: https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/distribution-for-python.html
157+
.. _`Intel Distribution for Python`: https://www.intel.com/content/www/us/en/developer/tools/oneapi/distribution-for-python.html
158158
.. _`anaconda.org/intel`: https://anaconda.org/intel
159-
.. _`Intel oneAPI`: https://software.intel.com/content/www/us/en/develop/tools/oneapi.html
159+
.. _`Intel oneAPI`: https://www.intel.com/content/www/us/en/developer/tools/oneapi/overview.html

0 commit comments

Comments
 (0)