hanges link in Examples.md to point to README.md#playgrunds. #375

This commit is contained in:
Krunoslav Zaher 2015-12-31 13:14:37 +01:00
parent 706e52d302
commit 91058f98d1
4 changed files with 7 additions and 4 deletions

View File

@ -5,7 +5,7 @@ Examples
1. [Simple UI bindings](#simple-ui-bindings)
1. [Autocomplete](#autocomplete)
1. [more examples](../RxExample)
1. [Playgrounds](../Rx.Playground)
1. [Playgrounds](../README.md#playgrounds)
## Calculated variable

View File

@ -81,6 +81,9 @@
<FileRef
location = "group:validate-podspec.sh">
</FileRef>
<FileRef
location = "group:validate-markdown.sh">
</FileRef>
</Group>
<Group
location = "group:Documentation"

View File

@ -123,8 +123,6 @@ done
. scripts/validate-playgrounds.sh
if [ "${RELEASE_TEST}" -eq 1 ]; then
mdast -u mdast-slug -u mdast-validate-links ./*.md
mdast -u mdast-slug -u mdast-validate-links ./**/*.md
scripts/validate-markdown.sh
scripts/validate-podspec.sh
fi

2
scripts/validate-markdown.sh Executable file
View File

@ -0,0 +1,2 @@
mdast -u mdast-slug -u mdast-validate-links ./*.md
mdast -u mdast-slug -u mdast-validate-links ./**/*.md