From cf607f77b921d3c92853fdf6e7ec1a120f941873 Mon Sep 17 00:00:00 2001 From: "Emil J. Tywoniak" Date: Mon, 26 Jan 2026 16:59:21 +0100 Subject: [PATCH] contributing: fix links --- .../source/yosys_internals/extending_yosys/contributing.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/yosys_internals/extending_yosys/contributing.rst b/docs/source/yosys_internals/extending_yosys/contributing.rst index 74cab2650..7fcbbc011 100644 --- a/docs/source/yosys_internals/extending_yosys/contributing.rst +++ b/docs/source/yosys_internals/extending_yosys/contributing.rst @@ -28,9 +28,9 @@ example `MVCE`_. Providing an MVCE with your bug report drastically increases the likelihood that someone will be able to help resolve your issue. Make sure that your report input is free of any problems as reported by the -`check_` command. -One way to minimize a design is to use the `bugpoint_` command. -You can learn more in the `how-to guide for bugpoint_`. +`check`_ command. +One way to minimize a design is to use the `bugpoint`_ command. +You can learn more in the `how-to guide for bugpoint`_. The reproduction steps are ideally a code-block (starting and ending with triple backquotes) containing