1
0
mirror of synced 2024-11-22 04:56:08 +03:00

Call out documentation a bit more explicitly

This should help fix the problem with users not being able to find
the branch when trying to update the documentation.
This commit is contained in:
Kevin Brown 2014-08-01 10:36:09 -04:00
parent a6c9b12b82
commit 3c17d3b5bb

View File

@ -24,7 +24,7 @@ Browser compatibility
* Firefox 10+ * Firefox 10+
* Safari 3+ * Safari 3+
* Opera 10.6+ * Opera 10.6+
Usage Usage
----- -----
You can source Select2 directly from a [CDN like JSDliver](http://www.jsdelivr.com/#!select2), [download it from this GitHub repo](https://github.com/ivaynberg/select2/tags), or use one of the integrations below. You can source Select2 directly from a [CDN like JSDliver](http://www.jsdelivr.com/#!select2), [download it from this GitHub repo](https://github.com/ivaynberg/select2/tags), or use one of the integrations below.
@ -61,6 +61,11 @@ file (`select2_locale_it.js`, `select2_locale_nl.js`, etc.) after `select2.js`.
Missing a language? Just copy `select2_locale_en.js.template`, translate Missing a language? Just copy `select2_locale_en.js.template`, translate
it, and make a pull request back to Select2 here on GitHub. it, and make a pull request back to Select2 here on GitHub.
Documentation
-------------
The documentation for Select2 is available [through GitHub Pages](https://ivaynberg.github.io/select2/) and is located within this repository in the [`gh-pages` branch](https://github.com/ivaynberg/select2/tree/gh-pages).
Bug tracker Bug tracker
----------- -----------