Skip to content

Commit 8e48592

Browse files
Markus Amalthea Magnusonajpiano
Markus Amalthea Magnuson
authored andcommitted
Various small fixes on the Additional jQuery Support. Fixes jquery#343.
1 parent b1ed6d3 commit 8e48592

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

page/about-jquery/additional-support.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ There are many subforums where you can discuss jQuery, ask questions, talk about
2727
* [Developing jQuery Plugins](http://forum.jquery.com/developing-jquery-plugins)
2828
* This forum covers development of jQuery plugins.
2929
* [Developing jQuery UI](http://forum.jquery.com/developing-jquery-ui)
30-
* This is the place to discuss development of [jQuery UI](http://jqueryui.com/) itself including bugs, new plugins, and how you can help.
30+
* This is the place to discuss development of [jQuery UI](http://jqueryui.com/) itself including bugs, new plugins, and how you can help.
3131
* All jQuery UI svn commits are posted to this list to facilitate feedback, discussion, and review.
3232
* Also note that a lot of the development and planning of jQuery UI takes place on the [jQuery UI Development and Planning Wiki](http://wiki.jqueryui.com/).
3333
* [Developing jQuery Mobile](http://forum.jquery.com/developing-jquery-mobile)
@@ -46,26 +46,26 @@ To ensure that you'll get a useful answer in no time, please consider the follow
4646
* Reduce to a minimal test case (keep removing things until the problem goes away, etc.)
4747
* Provide that test case as part of your mail. Either upload it somewhere or post it on [jsbin.com](http://jsbin.com/).
4848

49-
In general, keep your question short and focused and provide only essential details others can be added when required.
49+
In general, keep your question short and focused and provide only essential details others can be added when required.
5050

5151
### Mailing List Archives
5252

53-
The mailing list existed before the forums were created. The mailing lists were closed in early 2010.
53+
The mailing lists existed before the forums were created, and were closed in early 2010.
5454

5555
There are two different ways of browsing the mailing list archives.
5656

5757
1. The official mailing list archives can be found here:
58-
* [jQuery General Discussion Archives](http://groups.google.com/group/jquery-en)
59-
* [jQuery Dev List Archives](http://groups.google.com/group/jquery-dev)
60-
* [jQuery UI General Discussion Archives](http://groups.google.com/group/jquery-ui)
61-
* [jQuery UI Dev List Archives](http://groups.google.com/group/jquery-ui-dev)
62-
* [jQuery Plugins List Archives](http://groups.google.com/group/jquery-plugins)
58+
* [jQuery General Discussion Archives](http://groups.google.com/group/jquery-en)
59+
* [jQuery Dev List Archives](http://groups.google.com/group/jquery-dev)
60+
* [jQuery UI General Discussion Archives](http://groups.google.com/group/jquery-ui)
61+
* [jQuery UI Dev List Archives](http://groups.google.com/group/jquery-ui-dev)
62+
* [jQuery Plugins List Archives](http://groups.google.com/group/jquery-plugins)
6363

64-
Also, an interactive, browsable, version of the General Discussion mailing list can be found on [Nabble](http://www.nabble.com/JQuery-f15494.html) (a forum-like mailing list mirror).
64+
2. Also, an interactive, browsable version of the General Discussion mailing list can be found on [Nabble](http://jquery.10927.n7.nabble.com/jQuery-General-Discussion-f3.html) (a forum-like mailing list mirror).
6565

6666
### Chat / IRC Channel
6767

68-
jQuery also has a very active IRC channel, **#jquery**, hosted by [freenode](http://freenode.net/).
68+
jQuery also has a very active IRC channel, `#jquery`, hosted by [freenode](http://freenode.net/).
6969

7070
The IRC Channel is best if you need quick help with any of the following:
7171

@@ -80,14 +80,14 @@ If your problem is more in-depth, we may ask you to post to the mailing list, or
8080

8181
**Server:** irc.freenode.net
8282

83-
**Room:** #jquery
83+
**Room:** `#jquery`
8484

8585
You can also connect at http://webchat.freenode.net/?channels=#jquery.
8686

87-
Additionally we have **#jquery-es** and **#jquery-de** if you want to speak your native language.
87+
Additionally we have `#jquery-es` and `#jquery-de` if you want to speak your native language.
8888

89-
If you wish to post code snippets to the channel, you should use a paste site, like http://jsfiddle.net/ or http://jsbin.com/
89+
If you wish to post code snippets to the channel, you should use a paste site, like [jsfiddle.net](http://jsfiddle.net/) or [jsbin.com](http://jsbin.com/)
9090

9191
### StackOverflow
9292

93-
There is an active and well-informed support community at [StackOverflow](http://stackoverflow.com/questions/tagged/jquery). You can likely find an answer for whatever issue you're experiencing. If your question isn't addressed, you can ask a new question and often receive a quick response.
93+
There is an active and well-informed support community at [StackOverflow](http://stackoverflow.com/questions/tagged/jquery). You can likely find an answer for whatever issue you're experiencing. If your question isn't addressed, you can ask a new question and often receive a quick response.

0 commit comments

Comments
 (0)