Skip to content

Commit 1033ccc

Browse files
committed
docs: fix URLs
1 parent 9939244 commit 1033ccc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/running.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ familiar with LLVM target triples, here is an overview:
7272

7373
``x86_64_v2-*``
7474
Targets 64-bit Intel/AMD CPUs approximately newer than
75-
`Nehalem <https://en.wikipedia.org/wiki/Nehalem_(microarchitecture)>`
75+
`Nehalem <https://en.wikipedia.org/wiki/Nehalem_(microarchitecture)>`_
7676
(released in 2008).
7777

7878
Binaries will have SSE3, SSE4, and other CPU instructions added after the
@@ -83,9 +83,9 @@ familiar with LLVM target triples, here is an overview:
8383

8484
``x86_64_v3-*``
8585
Targets 64-bit Intel/AMD CPUs approximately newer than
86-
`Haswell <https://en.wikipedia.org/wiki/Haswell_(microarchitecture)>`
86+
`Haswell <https://en.wikipedia.org/wiki/Haswell_(microarchitecture)>`_
8787
(released in 2013) and
88-
`Excavator <https://en.wikipedia.org/wiki/Excavator_(microarchitecture)>`
88+
`Excavator <https://en.wikipedia.org/wiki/Excavator_(microarchitecture)>`_
8989
(released in 2015).
9090

9191
Binaries will have AVX, AVX2, MOVBE and other newer CPU instructions.

0 commit comments

Comments
 (0)