Skip to content

Commit

Permalink
Update link.rst: :doc:ディレクティブのサンプルコードを修正
Browse files Browse the repository at this point in the history
`:doc:`ディレクティブのパスに拡張子を付けると、ビルド時に"unknown document"というメッセージが表示され、リンクは生成されません。
このサンプルコードではリンクは生成されなかっため、正しいパスに変更しました。
  • Loading branch information
yuji38kwmt authored Nov 8, 2024
1 parent 22fe311 commit 4164a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/reverse-dict/writing/link.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ reSTのインライン構文

.. code-block:: rst
くわしい使い方は :doc:`../images/target.rst` に書かれています。
くわしい使い方は :doc:`../images/target` に書かれています。
~~~~~~
適用例
Expand Down

0 comments on commit 4164a95

Please sign in to comment.