hanges link in `Examples.md` to point to `README.md#playgrunds`. #375
This commit is contained in:
parent
706e52d302
commit
91058f98d1
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -81,6 +81,9 @@
|
|||
<FileRef
|
||||
location = "group:validate-podspec.sh">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:validate-markdown.sh">
|
||||
</FileRef>
|
||||
</Group>
|
||||
<Group
|
||||
location = "group:Documentation"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
mdast -u mdast-slug -u mdast-validate-links ./*.md
|
||||
mdast -u mdast-slug -u mdast-validate-links ./**/*.md
|
||||
Loading…
Reference in New Issue