From a0fbff1bc1c184f77a405ec74dda37ca8c38414c Mon Sep 17 00:00:00 2001 From: jacobsimpson Date: Tue, 23 Feb 2021 08:20:41 -0800 Subject: [PATCH] Update README.md Update the link to the LLVM Go bindings. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44c50a1..b7e9ccc 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ GoLLVM ------ **This project has moved to [llvm.org](http://llvm.org). Any contributions or bug reports should be sent there. -Please refer to the [Go bindings readme](http://llvm.org/svn/llvm-project/llvm/trunk/bindings/go/README.txt) +Please refer to the [Go bindings readme](https://github.com/llvm/llvm-project/tree/main/llvm/bindings/go/README.txt) for more information.** [LLVM](http://llvm.org) bindings for [The Go Programming Language](http://golang.org).