Skip to content

Commit 04f42c4

Browse files
committed
README: Cleanup
1 parent f0afafb commit 04f42c4

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
1-
## Referencing Bug Tracker Tickets
1+
# api.jquery.com
22

3-
* Pull requests for changes that were requested or recommended via the [jQuery Issue Tracker](https://github.com/jquery/jquery/issues) should include a link back to the relevant ticket.
3+
## Building and Deploying
44

5-
## Building
5+
To build and deploy your changes for previewing in a [`jquery-wp-content`](https://github.com/jquery/jquery-wp-content) instance, follow the [workflow instructions](http://contribute.jquery.org/web-sites/#workflow) from our documentation on [contributing to jQuery Foundation web sites](http://contribute.jquery.org/web-sites/).
66

77
### Requirements
8-
* <a href="http://www.xmlsoft.org/">libxml2</a>
9-
* <a href="http://xmlsoft.org/XSLT/">libxslt</a>
108

11-
The `xmllint` and `xsltproc` utilities need to be in your path. If you are on Windows, you can get libxml2 and libxslt from <a href="http://www.zlatkovic.com/libxml.en.html">zlatkovic.com</a>.
9+
* [libxml2](http://xmlsoft.org/)
10+
* [libxslt](http://xmlsoft.org/libxslt/)
1211

13-
### Build
14-
15-
To build and deploy your changes for previewing in a [jquery-wp-content](https://github.com/jquery/jquery-wp-content) instance, follow the [workflow instructions](http://contribute.jquery.org/web-sites/#workflow) from our documentation on [contributing to jQuery Foundation web sites](http://contribute.jquery.org/web-sites/).
12+
The `xmllint` and `xsltproc` utilities need to be in your path. If you are on Windows, you can get libxml2 and libxslt from <a href="http://sourceforge.net/projects/gnuwin32/files/">GnuWin32</a>.
1613

1714
## Style Guidelines
1815

0 commit comments

Comments
 (0)