Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Fixing broken doc links (#100)
Browse files Browse the repository at this point in the history
= docs: Fixing broken
  • Loading branch information
dominv authored and Javi Pacheco committed Dec 15, 2016
1 parent 03031c5 commit 3615dc3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions macroid-docs/src/main/tut/docs/Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ section: docs

This is a detailed guide covering various features of *Macroid*:

* [UI actions](guide/UiActions.md)
* [Contexts](guide/Contexts.md)
* [Bricks](guide/Bricks.md)
* [Tweaks](guide/Tweaks.md)
* [Snails](guide/Snails.md)
* [Transformers](guide/Transformers.md)
* [Understanding operators](guide/Operators.md)
* [Media queries](guide/MediaQueries.md)
* [Fragments](guide/Fragments.md)
* [Searching](guide/Searching.md)
* [Toasts and dialogs](guide/ToastsDialogs.md)
* [Advanced techniques](guide/Advanced.md)
* [Imports](guide/Imports.md)
* [UI actions](guide/UiActions.html)
* [Contexts](guide/Contexts.html)
* [Bricks](guide/Bricks.html)
* [Tweaks](guide/Tweaks.html)
* [Snails](guide/Snails.html)
* [Transformers](guide/Transformers.html)
* [Understanding operators](guide/Operators.html)
* [Media queries](guide/MediaQueries.html)
* [Fragments](guide/Fragments.html)
* [Searching](guide/Searching.html)
* [Toasts and dialogs](guide/ToastsDialogs.html)
* [Advanced techniques](guide/Advanced.html)
* [Imports](guide/Imports.html)
4 changes: 2 additions & 2 deletions macroid-docs/src/main/tut/docs/Modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ section: docs

*Macroid* provides a few additional modules:

* [macroid-viewable](modules/Viewable.md) — Typeclasses to turn data into Android layouts
* [macroid-akka](modules/Akka.md) — Helpers to attach Akka actors to Android fragments
* [macroid-viewable](modules/Viewable.html) — Typeclasses to turn data into Android layouts
* [macroid-akka](modules/Akka.html) — Helpers to attach Akka actors to Android fragments

0 comments on commit 3615dc3

Please sign in to comment.