Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…gh the tree.

Instead of our old SourceForge URLs.
  • Loading branch information
mkrautz committed Mar 5, 2016
1 parent a4d5b1e commit 8e98894
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
12 changes: 6 additions & 6 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,30 @@ Binary versions
===============

Binary versions for Win32 of the most recent version of mumble are provided
on sourceforge.net, see http://www.sourceforge.net/projects/mumble/
on https://www.mumble.info.

The only legitimate releases of Mumble will be on sourceforge, any other
place offering Mumble is likely to contain trojans or viruses.
The only legitimate releases of Mumble will be on https://www.mumble.info,
any other place offering Mumble is likely to contain trojans or viruses.

Windows pre-requisites
======================

Detailed build instructions are available at
http://mumble.sourceforge.net/BuildingWindows and it is highly recommended
https://wiki.mumble.info/wiki/BuildingWindows and it is highly recommended
to follow them to the letter.

Mac OS X pre-requisites
=======================

Detailed build instructions are available at
http://mumble.sourceforge.net/BuildingMacOSX and it is highly recommended
https://wiki.mumble.info/wiki/BuildingMacOSX and it is highly recommended
to follow them to the letter.

Linux pre-requisites
====================

Detailed build instructions are available at
http://mumble.sourceforge.net/BuildingLinux and it is highly recommended
https://wiki.mumble.info/wiki/BuildingLinux and it is highly recommended
to follow them to the letter.

Please note that in addition to the depending libraries, you also need
Expand Down
8 changes: 4 additions & 4 deletions README.static.linux
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A voicechat utility for gamers

http://mumble.info/
https://www.mumble.info/

#mumble on freenode

Expand Down Expand Up @@ -88,9 +88,9 @@ is usually set up as a first step. To do this, follow the steps below:
For more advanced setup and usage of Murmur, please visit the Mumble Wiki,
at http://mumble.info/. Some pages of interest are available at:

http://mumble.sourceforge.net/Running_Murmur
http://mumble.sourceforge.net/ACL_and_Groups
http://mumble.sourceforge.net/Murmurguide
https://wiki.mumble.info/wiki/Running_Murmur
https://wiki.mumble.info/wiki/ACL_and_Groups
https://wiki.mumble.info/wiki/Murmurguide

Additional Murmur Options
=========================
Expand Down
6 changes: 3 additions & 3 deletions README.static.osx
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ is usually set up as a first step. To do this, follow the steps below:
For more advanced setup and usage of Murmur, please visit the Mumble Wiki,
at http://mumble.info/. Some pages of interest are available at:

http://mumble.sourceforge.net/Running_Murmur
http://mumble.sourceforge.net/ACL_and_Groups
http://mumble.sourceforge.net/Murmurguide
https://wiki.mumble.info/wiki/Running_Murmur
https://wiki.mumble.info/wiki/ACL_and_Groups
https://wiki.mumble.info/wiki/Murmurguide

Additional Murmur Options
=========================
Expand Down
4 changes: 2 additions & 2 deletions installer/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@

<Property Id="ALLUSERS" Value="1" />
<Property Id="REINSTALLMODE" Value="amus" />
<Property Id="ARPURLINFOABOUT" Value="http://mumble.sourceforge.net/" />
<Property Id="ARPURLUPDATEINFO" Value="http://mumble.sourceforge.net/" />
<Property Id="ARPURLINFOABOUT" Value="https://www.mumble.info/" />
<Property Id="ARPURLUPDATEINFO" Value="https://www.mumble.info/" />
<Property Id='ARPPRODUCTICON'>mumble.ico</Property>

<WixVariable Id="WixUILicenseRtf" Value="$(var.SourceDir)\installer\gpl.rtf" />
Expand Down
2 changes: 1 addition & 1 deletion scripts/murmur.ini
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ users=100
#
#registerName=Mumble Server
#registerPassword=secret
#registerUrl=http://mumble.sourceforge.net/
#registerUrl=https://www.mumble.info/
#registerHostname=

# If this option is enabled, the server will announce its presence via the
Expand Down
2 changes: 1 addition & 1 deletion scripts/rubytest.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby

# Download Murmur.ice from
# http://mumble.git.sourceforge.net/git/gitweb.cgi?p=mumble;a=blob_plain;f=src/murmur/Murmur.ice;hb=HEAD
# https://raw.githubusercontent.com/mumble-voip/mumble/master/src/murmur/Murmur.ice
# and run 'slice2rb Murmur.ice'. slice2rb is part of ICE.
# This will generate the necessary 'Murmur.rb' file which needs to be included:

Expand Down
2 changes: 1 addition & 1 deletion scripts/simpleregister.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
$serverId = 1;

// Requires a correctly set up PHP-ICE Module and mumble server running with ICE.
// For instructions see http://mumble.sourceforge.net/ICE
// For instructions see https://wiki.mumble.info/wiki/ICE

// Credits
// This script was created by Kissaki
Expand Down
2 changes: 1 addition & 1 deletion src/mumble/About.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ AboutDialog::AboutDialog(QWidget *p) : QDialog(p) {
"<p>Copyright %3 Thorvald Natvig<br />[email protected]</p>"
"<p><b>A voice-chat utility for gamers</b></p>"
"<p><tt><a href=\"%2\">%2</a></tt></p>"
).arg(QLatin1String(MUMBLE_RELEASE)).arg(QLatin1String("http://mumble.sourceforge.net/")).arg(QLatin1String("2005-2012")));
).arg(QLatin1String(MUMBLE_RELEASE)).arg(QLatin1String("https://www.mumble.info/")).arg(QLatin1String("2005-2012")));
QHBoxLayout *qhbl=new QHBoxLayout(about);
qhbl->addWidget(icon);
qhbl->addWidget(text);
Expand Down

0 comments on commit 8e98894

Please sign in to comment.