Skip to content

Commit ee61f3e

Browse files
committedDec 14, 2018
updated documentation link to docs.flutter-view.io
1 parent 92b877e commit ee61f3e

File tree

4 files changed

+5
-15
lines changed

4 files changed

+5
-15
lines changed
 

‎SUMMARY.md

-10
This file was deleted.

‎_layouts/default.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<!-- <a href="#" data-target="mobile-demo" class="sidenav-trigger"><i class="material-icons">menu</i></a> -->
1111
<!-- <ul class="right hide-on-med-and-down"> -->
1212
<ul class="right">
13-
<li><a href="https://flutter-view.gitbook.io" class="grey-text text-darken-2">Documentation</a></li>
13+
<li><a href="https://docs.flutter-view.io" class="grey-text text-darken-2">Documentation</a></li>
1414
<li><a href="https://github.com/flutter-view/flutter-view" class="grey-text text-darken-2">Github</a></li>
1515
<li><a href="/blog" class="grey-text text-darken-2">Blog</a></li>
16-
<li><a href="https://flutter-view.gitbook.io" class="get-started waves-effect waves-light btn-flat blue white-text">Get Started</a></li>
16+
<li><a href="https://docs.flutter-view.io" class="get-started waves-effect waves-light btn-flat blue white-text">Get Started</a></li>
1717
</ul>
1818
</div>
1919
</nav>
@@ -40,7 +40,7 @@ <h5 class="white-text"> flutter-view </h5>
4040
<div class="col l4 offset-l2 s12">
4141
<h5 class="white-text">Links</h5>
4242
<ul>
43-
<li><a href="https://flutter-view.gitbook.io" class="grey-text text-lighten-3">Documentation</a></li>
43+
<li><a href="https://docs.flutter-view.io" class="grey-text text-lighten-3">Documentation</a></li>
4444
<li><a href="https://github.com/flutter-view/flutter-view" class="grey-text text-lighten-3">Github</a></li>
4545
<li><a href="/blog" class="grey-text text-lighten-3">Blog</a></li>
4646
</ul>

‎_posts/2018-12-04-hello-world.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ One of the first things we noticed as we tried using Flutter for a big app, is t
1313

1414
However we wanted to merge it with the strengths of Flutter. Flutter-view is only a light generator, always creating understandable code. It also respects the way Flutter names properties, and where no direct CSS property matches, we use the Flutter properties. Hot reload works as always, and if you use VS Code, we created some plugins so it even works on save.
1515

16-
As it is, the documentation is still incomplete. We rushed to get this all up and running, and documenting will get priority now.
16+
As it is, the [documentation](https://docs.flutter-view.io) is still incomplete. We rushed to get this all up and running, and documenting will get priority now.
1717

1818
Please enjoy using Flutter-view, and if you have any questions, feel free to contact.
1919

‎index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h2>Clean MVC</h2>
5151
<div class="card-content">
5252
<h1>Ready to try flutter-view?</h1>
5353
<h2>Just like Flutter, it is free to use and open source.</h2>
54-
<a href="https://flutter-view.gitbook.io" class="get-started waves-effect waves-light btn-flat blue white-text">Get Started</a></li>
54+
<a href="https://docs.flutter-view.io" class="get-started waves-effect waves-light btn-flat blue white-text">Get Started</a></li>
5555
<a href="https://github.com/flutter-view/examples" class="get-started waves-effect waves-light btn-flat blue white-text">See Examples</a></li>
5656
</div>
5757
</div>

0 commit comments

Comments
 (0)