You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -79,16 +79,16 @@ <h1>Basics</h1>
79
79
<divclass="span6">
80
80
<ul>
81
81
<li>Do not spam. This is a fairly simple rule, do not repost questions because you did not get an answer right away. It was likely we read it and just didn't care. Tough luck. There are times when the room gets carried away with images or oneboxes, but this is no excuse to make a habit of it.</li>
82
-
<li>Do not be a Help Vampire... Seriously, we all have to learn this shit and you should too! Don't expect us to write your code for you unless you are willing to shell out a bit of dough. For more details see <ahref="#">Asking for Help</a>.</li>
82
+
<li>Do not be a Help Vampire... Seriously, we all have to learn this shit and you should too! Don't expect us to write your code for you unless you are willing to shell out a bit of dough. For more details see <ahref="#asking">Asking for Help</a>.</li>
83
83
<li>Do not mass ping people. If you are not getting help or attention pinging random users will not get you any further, and will just annoy everyone. It is a great way to ensure you get no help and ignored.</li>
84
-
<li>If you are going to post code, please learn how to properly format it. The chat formatting is pretty simple and a quick visit to our <ahref="#">FAQ</a> should clear some things up for you. <em>Be Warned! Unformatted code will likely be binned.</em></li>
84
+
<li>If you are going to post code, please learn how to properly format it. The chat formatting is pretty simple and a quick visit to our <ahref="#faq">FAQ</a> should clear some things up for you. <em>Be Warned! Unformatted code will likely be binned.</em></li>
85
85
<li>Generally we like to be respectful. This does not mean we cannot disagree or have a constructive argument, but name calling and offensive behaviour will not be tolerated.</li>
86
86
</ul>
87
87
</div>
88
88
<divclass="span6">
89
89
<ul>
90
-
<li>If you want to play with the <ahref="#">ChatBot</a> please do so in the <ahref="#">Sandbox</a> room. Don't flood the JavaScript room learning commands or trying to hack hangman.</li>
91
-
<li>There is no need to ask to ask a question. For more details see <ahref="#">Asking for Help</a>.</li>
90
+
<li>If you want to play with the <ahref="https://github.com/Zirak/SO-ChatBot/wiki/Interacting-with-the-bot">ChatBot</a> please do so in the <ahref="https://chat.stackoverflow.com/rooms/1/sandbox">Sandbox</a> room. Don't flood the JavaScript room learning commands or trying to hack hangman.</li>
91
+
<li>There is no need to ask to ask a question. For more details see <ahref="#asking">Asking for Help</a>.</li>
92
92
<li>The room title is JavaScript, which only implies we all have some interest in the language. That does not strictly limit the topic of conversation to JavaScript, and often it is not about JavaScript. Please do not interrupt and complain about this, if you have a comment about the language toss it in and if someone is interested they will stop and help.</li>
93
93
<li>THE GAME!</li>
94
94
</ul>
@@ -174,7 +174,7 @@ <h1>Asking for Help</h1>
174
174
</ol>
175
175
<br>
176
176
<p>
177
-
Tools have been made to help with text formatting in the chats. See <ahref="#">Useful Links</a> for more information.
177
+
Tools have been made to help with text formatting in the chats. See <ahref="#links">Useful Links</a> for more information.
178
178
</p>
179
179
</li>
180
180
</ul>
@@ -186,7 +186,7 @@ <h1>Asking for Help</h1>
186
186
If you are thinking about pasting some code into the chat for review or discussion please use a paste service if the code is over 15 lines long. This is not a hard rule, but it is just a nice thing to do. Always remember formatting when posting code, even in paste services.
187
187
</p>
188
188
<p>
189
-
For a list of paste servies see See <ahref="#">Useful Links</a>.
189
+
For a list of paste servies see See <ahref="#links">Useful Links</a>.
190
190
</p>
191
191
</li>
192
192
<liid="asking-5"><strong>How to link questions from the main site?</strong>
0 commit comments