diff --git a/docs/drivers/openswr.rst b/docs/drivers/openswr.rst
index e254d7bcea3..4435219c8a1 100644
--- a/docs/drivers/openswr.rst
+++ b/docs/drivers/openswr.rst
@@ -11,6 +11,9 @@ This rasterizer is x86 specific and requires AVX or above. The driver
fits into the gallium framework, and reuses gallivm for doing the TGSI
to vectorized llvm-IR conversion of the shader kernels.
+You can read more about OpenSWR on the `project website
+`__.
+
.. toctree::
:glob:
diff --git a/docs/systems.rst b/docs/systems.rst
index e84bbe021b9..0ad3f45ef77 100644
--- a/docs/systems.rst
+++ b/docs/systems.rst
@@ -33,7 +33,7 @@ Software drivers include:
and is multi-threaded
- Softpipe - a reference Gallium driver
- :doc:`SVGA3D ` - driver for VMware virtual GPU
-- `OpenSWR `__ - x86-optimized software renderer
+- :doc:`OpenSWR ` - x86-optimized software renderer
for visualization workloads
- `VirGL `__ - research project for
accelerated graphics for qemu guests