docs: remove non-existent reference
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Sat, 27 Jun 2020 08:31:18 +0000 (10:31 +0200)
committerMarge Bot <eric+marge@anholt.net>
Sun, 28 Jun 2020 09:06:57 +0000 (09:06 +0000)
The section referenced here was removed a while ago, but it was always
empty anyway. Let's just remove it instead of trying to fix it up.

Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5671>

docs/dispatch.rst

index 4fcce5ac88e48583e4eab50968514eac3212cc31..470b9809bd129c83978fd937613bbb8504781374 100644 (file)
@@ -219,8 +219,8 @@ implementation of each function. This makes the assembly file
 considerably larger (e.g., 29,332 lines for ``glapi_x86-64.S`` versus
 1,155 lines for ``glapi_x86.S``) and causes simple changes to the
 function implementation to generate many lines of diffs. Since the
-assembly files are typically generated by scripts (see
-`below <#autogen>`__), this isn't a significant problem.
+assembly files are typically generated by scripts, this isn't a
+significant problem.
 
 Once a new assembly file is created, it must be inserted in the build
 system. There are two steps to this. The file must first be added to