From b8de351b07c3212321f8ff7fcd1b6e098c1cd3cd Mon Sep 17 00:00:00 2001
From: Kaushik Kulkarni <kaushikcfd@gmail.com>
Date: Tue, 29 Jun 2021 05:47:20 -0500
Subject: [PATCH] use better syntax for linking to pytato docs

Co-authored-by: Andreas Kloeckner <inform@tiker.net>
---
 arraycontext/impl/pytato/fake_numpy.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/arraycontext/impl/pytato/fake_numpy.py b/arraycontext/impl/pytato/fake_numpy.py
index a8a72da..9793dde 100644
--- a/arraycontext/impl/pytato/fake_numpy.py
+++ b/arraycontext/impl/pytato/fake_numpy.py
@@ -41,8 +41,7 @@ class PytatoFakeNumpyNamespace(BaseFakeNumpyNamespace):
     .. note::
 
         :mod:`pytato` does not define any memory layout for its arrays. See
-        `Pytato docs <https://documen.tician.de/pytato/design.html#memory-layout>`_
-        for more on this.
+        :ref:`Pytato docs <pytato:memory-layout>` for more on this.
     """
     def _get_fake_numpy_linalg_namespace(self):
         return PytatoFakeNumpyLinalgNamespace(self._array_context)
-- 
GitLab