From 67fa9bdf4df1fee3485b55681cc07b08924d1d3f Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Tue, 30 Apr 2019 13:00:27 -0700 Subject: [PATCH] Use https README docs site link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47903d71..b6df76e9 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,4 @@ Tree-sitter is a parser generator tool and an incremental parsing library. It ca * **Robust** enough to provide useful results even in the presence of syntax errors * **Dependency-free** so that the runtime library (which is written in pure C) can be embedded in any application -[Documentation](http://tree-sitter.github.io/tree-sitter/) +[Documentation](https://tree-sitter.github.io/tree-sitter/)