summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMilo Gilad <milogaccnts@gmail.com>2017-08-25 10:39:51 -0400
committerMilo Gilad <milogaccnts@gmail.com>2017-08-25 10:39:51 -0400
commita300e6d19c0139e1e883b0d06facef1ca2f01182 (patch)
tree03a0cc88b75b54051f587996ac34b0b0eefe29c9
parent09d8feda849561b1302cc0d53fee787112ae075b (diff)
Added valadoc.org
-rwxr-xr-xvala.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/vala.html.markdown b/vala.html.markdown
index 2711f078..4072f3b3 100755
--- a/vala.html.markdown
+++ b/vala.html.markdown
@@ -279,5 +279,5 @@ var calc1 = new Calculator.with_name("Temp");
var calc2 = new Calculator.model("TI-84");
```
-
+* More Vala documentation can be found [here](https://valadoc.org/).
* Read about building GUIs with GTK+ and Vala [here](http://archive.is/7C7bw).