[llvm] fa7b4cf - [docs] Remove a link to an outdated Go docs
Yuki Okushi via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 3 07:51:03 PDT 2022
Author: Yuki Okushi
Date: 2022-06-03T23:50:35+09:00
New Revision: fa7b4cf05e1c35526341cd0fd6f264b2d227aa3a
URL: https://github.com/llvm/llvm-project/commit/fa7b4cf05e1c35526341cd0fd6f264b2d227aa3a
DIFF: https://github.com/llvm/llvm-project/commit/fa7b4cf05e1c35526341cd0fd6f264b2d227aa3a.diff
LOG: [docs] Remove a link to an outdated Go docs
That link returns 404, we have bindings code on https://github.com/llvm/llvm-project/tree/main/llvm/bindings/go
but it seems we haven't published it and there are no docs yet.
Differential Revision: https://reviews.llvm.org/D126874
Added:
Modified:
llvm/docs/Reference.rst
Removed:
################################################################################
diff --git a/llvm/docs/Reference.rst b/llvm/docs/Reference.rst
index 0a2a84b31c4e2..73e9b03814106 100644
--- a/llvm/docs/Reference.rst
+++ b/llvm/docs/Reference.rst
@@ -61,8 +61,6 @@ API Reference
:doc:`HowToUseAttributes`
Answers some questions about the new Attributes infrastructure.
-`Documentation for Go bindings <http://godoc.org/llvm.org/llvm/bindings/go/llvm>`_
-
LLVM Reference
--------------
More information about the llvm-commits
mailing list