Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion llvm/docs/FAQ.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ facilities for lexical nor semantic analysis.

I don't understand the ``GetElementPtr`` instruction. Help!
-----------------------------------------------------------
See `The Often Misunderstood GEP Instruction <GetElementPtr.html>`_.
See `The Often Misunderstood GEP Instruction <GetElementPtr.rst>`_.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
See `The Often Misunderstood GEP Instruction <GetElementPtr.rst>`_.
See :doc:`GetElementPtr`.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I see, thank you!



Using the C and C++ Front Ends
Expand Down
Loading