diff options
author | Pratik Karki <predatoramigo@gmail.com> | 2018-02-28 20:17:09 +0545 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-28 20:17:09 +0545 |
commit | b0cbcaad2c00e179db2becf0e9dbece8bb3071d3 (patch) | |
tree | 28bda77d94b0d25e27e23e57989b0cec4d37a77b /dart.html.markdown | |
parent | 5ae8ac9988522f290460e7341c303964fb4581bc (diff) |
Fix URLs
Diffstat (limited to 'dart.html.markdown')
-rw-r--r-- | dart.html.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dart.html.markdown b/dart.html.markdown index 5027dc3e..0e1ded43 100644 --- a/dart.html.markdown +++ b/dart.html.markdown @@ -500,8 +500,8 @@ main() { Dart has a comprehensive web-site. It covers API reference, tutorials, articles and more, including a useful Try Dart online. -http://www.dartlang.org/ -http://try.dartlang.org/ +* [https://www.dartlang.org](https://www.dartlang.org) +* [https://try.dartlang.org](https://try.dartlang.org) |