Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some references #1156

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions site/base.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<!-- retina library -->
<script src="{{ base }}js/retina.js"></script>

<script src="//mozorg.cdn.mozilla.net/tabzilla/tabzilla.js"></script>
<script src="{{ base }}js/tabzilla.js"></script>

<script type="text/javascript">
var _gaq = _gaq || [];
Expand Down Expand Up @@ -114,7 +114,7 @@

<section class="row" id="footer">
<div class="col-xs-12 col-sm-3 text-left">
<p><a href="https://mozillalabs.com/en-US/" target="_blank"><img src="{{ base }}images/footer-mozilla-labs.png"></a></p>
<p><a href="https://www.mozillalabs.com/" target="_blank"><img src="{{ base }}images/footer-mozilla-labs.png"></a></p>
</div>
<div class="col-xs-12 col-sm-3">
<ul class="list-unstyled text-left">
Expand All @@ -126,7 +126,7 @@
</div>
<div class="col-xs-12 col-sm-3">
<ul class="list-unstyled text-left">
<li class=""><a href="https://mozillalabs.com/en-US/togetherjs/" target="_blank">About</a></li>
<li class=""><a href="https://www.mozillalabs.com/togetherjs/" target="_blank">About</a></li>
<li><a href="{{base}}./docs/contributing.html">Contributing</a></li>
<li><a href="{{ base }}source/">Source Code</a></li>
<li><a href="{{ base }}faq.html">FAQ</a></li>
Expand Down
2 changes: 1 addition & 1 deletion site/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ You can build the addon using the [Addon-SDK](https://addons.mozilla.org/en-US/d

### IRC / Live Chat

We are available on the `#togetherjs` channel on `irc.mozilla.org`. Logs are on [irclog.gr](http://irclog.gr/#browse/irc.mozilla.org/togetherjs)
We are available on the `#togetherjs` channel on `irc.mozilla.org`.

If you don't use IRC, you can quickly join the chat from the web [using kiwiirc](https://kiwiirc.com/client/irc.mozilla.org/togetherjs).

Expand Down
2 changes: 1 addition & 1 deletion site/examples/drawing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1 style="margin-bottom: 20px">Drawing Example</h1>
<a class="pull-right tjsbutton" onclick="TogetherJS(this); return false;">
<img src="https://togetherjs.com/images/start-togetherjs-blue.png" style="width: 125px;"></img>
</a>
<p class="pull-left" style="margin-bottom: 20px">This is a simple drawing example. Try drawing something with a friend in the canvas below! Check out this code on <a href="http://jsfiddle.net/5f8FL/1/" target="_blank">JSFiddle here</a>.</p>
<p class="pull-left" style="margin-bottom: 20px">This is a simple drawing example. Try drawing something with a friend in the canvas below! Check out this code on <a href="https://web.archive.org/web/20180113115202/http://jsfiddle.net/5f8FL/1/" target="_blank">JSFiddle here</a>.</p>
<div class="btn-group btn-group-justified" style="margin-left: auto; margin-right: auto;">
<a class="btn btn-info color-picker upper-button">Blue</a>
<a class="btn btn-success color-picker">Green</a>
Expand Down
Loading