[PATCH] D126874: [docs] Remove a link to an outdated Go docs

Yuki Okushi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 2 04:50:38 PDT 2022


JohnTitor created this revision.
Herald added a project: All.
JohnTitor requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D126874

Files:
  llvm/docs/Reference.rst


Index: llvm/docs/Reference.rst
===================================================================
--- llvm/docs/Reference.rst
+++ llvm/docs/Reference.rst
@@ -61,8 +61,6 @@
 :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
 --------------
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126874.433715.patch
Type: text/x-patch
Size: 397 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220602/c39e5c64/attachment.bin>


More information about the llvm-commits mailing list