diff options
-rw-r--r-- | website/index.html | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/website/index.html b/website/index.html index 750d006..2a96099 100644 --- a/website/index.html +++ b/website/index.html @@ -38,7 +38,7 @@ <li class="active"><a href="./index.html">Home</a></li> <li><a href="./licensing.html">Licensing</a></li> <!--li><a href="./gettingstarted.html">Getting Started</a></li--> - <li><a href="http://code.google.com/p/doubango/" target="_blank">Source Code</a></li> + <li><a href="https://github.com/DoubangoTelecom" target="_blank">Source Code</a></li> <li><a href="./contact.html">Contact</a></li> </ul> </div> @@ -118,8 +118,8 @@ </tr> <tr> <td> - <a style='width: 75px; margin: 1px' href="http://code.google.com/p/webrtc4all/" target="_blank"> - webrtc4all</a> + <a style='width: 75px; margin: 1px' href="https://github.com/sarandogou/webrtc-everywhere" target="_blank"> + webrtc-everywhere</a> </td> <td> WebRTC extension for Safari, Opera, Firefox and IE. @@ -127,7 +127,7 @@ </tr> <tr> <td> - <a style='width: 75px; margin: 1px' href="http://code.google.com/p/boghe/" target="_blank"> + <a style='width: 75px; margin: 1px' href="https://github.com/DoubangoTelecom/boghe/" target="_blank"> Boghe</a> </td> <td> @@ -139,7 +139,7 @@ </tr> <tr> <td> - <a style='width: 75px; margin: 1px' href="http://code.google.com/p/idoubs/" target="_blank"> + <a style='width: 75px; margin: 1px' href="https://github.com/DoubangoTelecom/idoubs/" target="_blank"> iDoubs</a> </td> <td> @@ -148,7 +148,7 @@ </tr> <tr> <td> - <a style='width: 75px; margin: 1px' href="http://code.google.com/p/imsdroid/" target="_blank"> + <a style='width: 75px; margin: 1px' href="https://github.com/DoubangoTelecom/imsdroid/" target="_blank"> IMSDroid</a> </td> <td> @@ -157,7 +157,7 @@ </tr> <tr> <td> - <a style='width: 75px; margin: 1px' href="http://code.google.com/p/libsigcomp/" target="_blank"> + <a style='width: 75px; margin: 1px' href="https://github.com/DoubangoTelecom/libsigcomp/" target="_blank"> libSigComp</a> </td> <td> @@ -183,7 +183,7 @@ </tr> <tr> <td> - <a style='width: 75px; margin: 1px' href="http://code.google.com/p/telepresence/" + <a style='width: 75px; margin: 1px' href="https://github.com/DoubangoTelecom/telepresence/" target="_blank">telepresence</a> </td> <td> @@ -197,7 +197,7 @@ </tr> <tr> <td> - <a style='width: 75px; margin: 1px' href="http://code.google.com/p/flash2ims/" target="_blank"> + <a style='width: 75px; margin: 1px' href="https://github.com/DoubangoTelecom/flash2ims/" target="_blank"> Flash2IMS</a> </td> <td> @@ -265,7 +265,7 @@ <!-- click-to-call widget --> - <script type='text/javascript' src='https://click-2-dial.googlecode.com/svn/trunk/release/c2c-api.js'></script> + <script type='text/javascript' src='https://cdn.rawgit.com/DoubangoTelecom/click-2-dial/master/release/c2c-api.js'></script> <script type='text/javascript'> c2c.from = 'ZGlvcG1hbWFkb3VAZG91YmFuZ28ub3Jn'; @@ -281,8 +281,9 @@ </script> <!-- TWITTER --> - <script type='text/javascript'>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> + <!-- GITHUB --> + <a href="https://github.com/DoubangoTelecom/"><img style="position: absolute; top: 30px; left: 0; border: 0;" src="https://camo.githubusercontent.com/567c3a48d796e2fc06ea80409cc9dd82bf714434/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f6c6566745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_left_darkblue_121621.png"></a> </body> </html> |