Skip to content

Commit

Permalink
Merge pull request xebia-functional#107 from 47deg/paolo-ScaladocsLinks
Browse files Browse the repository at this point in the history
Fixes scaladoc broken links
  • Loading branch information
raulraja authored Apr 20, 2017
2 parents 2f36c0f + 7ae6a41 commit b7d1c3d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion macroid-docs/src/main/tut/docs/guide/MediaQueries.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ def adaptiveCaption(implicit ctx: ContextWrapper) =

## Standard media queries

A number of standard media queries are included. Please refer to the [scaladoc](../api/core/macroid/MediaQueries$.html).
A number of standard media queries are included. Please refer to the [source in github](https://github.com/47deg/macroid/blob/master/macroid-core/src/main/scala/macroid/MediaQueries.scala).
Note that all these media queries can be imported with `import macroid.FullDsl._`.
2 changes: 1 addition & 1 deletion macroid-docs/src/main/tut/docs/guide/Snails.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Note the use of `~~` operator: it denotes that we need to wait for completion of

## Standard snails

A number of standard snails are included. You can always find them in the [scaladoc](../api/core/macroid/Snails$.html).
A number of standard snails are included. You can always find them in the [source in github](https://github.com/47deg/macroid/blob/master/macroid-core/src/main/scala/macroid/Snails.scala).
Note that all these snails can be imported with `import macroid.FullDsl._` or just `import macroid.Snails._`.

A quick rundown:
Expand Down
2 changes: 1 addition & 1 deletion macroid-docs/src/main/tut/docs/guide/ToastsDialogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Ui.run {
}
```

The phrases can be discovered via the [scaladoc](../api/core/macroid/Phrases$.html), here are some examples:
Here are some Phrases examples:

```scala
Ui.run {
Expand Down
4 changes: 2 additions & 2 deletions macroid-docs/src/main/tut/docs/guide/Tweaks.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Note that tweaking does not require the widgets to be created with *Macroid* bri

## Standard tweaks

A number of standard tweaks are included. You can always find them in the [scaladoc](../api/core/macroid/Tweaks$.html).
A number of standard tweaks are included. You can always find them in the [source in github](https://github.com/47deg/macroid/blob/master/macroid-core/src/main/scala/macroid/Tweaks.scala).
Note that all these tweaks can be imported with `import macroid.FullDsl._` or just `import macroid.Tweaks._`.

A quick rundown:
Expand Down Expand Up @@ -131,7 +131,7 @@ A quick rundown:

## Extra tweaks

Some extra tweaks are included in the `macroid.contrib` package. You can always find them in the [scaladoc](../api/core/macroid/contrib/package.html).
Some extra tweaks are included in the `macroid.contrib` package. You can always find them in the [source in github](https://github.com/47deg/macroid/blob/master/macroid-core/src/main/scala/macroid/contrib/ExtraTweaks.scala).

*Please feel free to file a pull request with any extra tweaks you find useful. The naming strategy can be observed below.*

Expand Down

0 comments on commit b7d1c3d

Please sign in to comment.