From dcd14c4e8de847f0be3e7976b85a2a2e0a3f6d2c Mon Sep 17 00:00:00 2001 From: Jason Ansel Date: Tue, 16 Feb 2021 13:23:39 -0800 Subject: [PATCH] [DOCS] Fix links in README.md (#66) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9797dca9..4ff8acd0b 100644 --- a/README.md +++ b/README.md @@ -33,4 +33,4 @@ make -j8; ## Getting Started -You can find tutorials for Triton for [Python](https://github.com/ptillet/triton/tree/master/tutorials) and [C++](https://github.com/ptillet/triton/tree/master/python/tutorials). \ No newline at end of file +You can find tutorials for Triton for [Python](https://github.com/ptillet/triton/tree/master/python/tutorials) and [C++](https://github.com/ptillet/triton/tree/master/tutorials).