update RetroPie urls in README.md, CONTRIBUTING and bashwelcometweak to new site

reference COPYRIGHT.md from copyright section of LICENSE.md
This commit is contained in:
Jools Wills 2016-04-06 12:41:19 +01:00
parent 13862c3e0a
commit bf228495c5
4 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
## Support Requests vs Bug reporting
Please use the github for bug reports only. For help / support in using RetroPie and the emulators
it ships with, please use the RetroPie forum - http://blog.petrockblock.com/retropie/
it ships with, please use the RetroPie forum - https://retropie.org.uk/forum/
## Pull Requests

View file

@ -627,4 +627,4 @@ END OF TERMS AND CONDITIONS
## Copyright
(c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com)
(c) Copyright 2012-2015 RetroPie Project (See COPYRIGHT.md)

View file

@ -4,7 +4,7 @@ RetroPie-Setup
General Usage
-------------
Shell script to setup the Raspberry Pi 1 / 2 / 3 with several emulators, various cores, and EmulationStation as graphical front end. Bootable pre-made images are available from http://blog.petrockblock.com/retropie/ for those that want a ready to go system.
Shell script to setup the Raspberry Pi 1 / 2 / 3 with several emulators, various cores, and EmulationStation as graphical front end. Bootable pre-made images are available for those that want a ready to go system, downloadable from the releases section of GitHub or via our website at https://retropie.org.uk
This script is designed for use on Raspbian Jessie and Wheezy for the Raspberry Pi. Before using the script, please **make sure that you have run the raspi-config script to extend your root file system **. You can run the script with
@ -42,7 +42,7 @@ Binaries and Sources
RetroPie Setup offers the possibility to install from binaries or build from source. For most users installing from binary should suffice - but for the very latest versions of some software building from source may be preferred. Building from source can take more than a day on a Raspberry Pi.
For more information visit the blog at http://www.petrockblock.com or the repository at https://github.com/RetroPie/RetroPie-Setup. A forum thread about the RetroPie Setup script in the official Raspberry Pi forum can be found at http://www.raspberrypi.org/phpBB3/viewtopic.php?f=35&t=13600.
For more information visit the blog at https://retropie.org.uk or the repository at https://github.com/RetroPie/RetroPie-Setup. A forum thread about the RetroPie Setup script in the official Raspberry Pi forum can be found at http://www.raspberrypi.org/phpBB3/viewtopic.php?f=35&t=13600.
Wiki
----

View file

@ -63,7 +63,7 @@ echo "$(tput setaf 2)
( $(tput setaf 4) | | $(tput setaf 7) ) $(tput setaf 1) Running Processes..: $(ps ax | wc -l | tr -d " ")$(tput setaf 7)
'~ ~' $(tput setaf 1) IP Address.........: $(ip route get 8.8.8.8 2>/dev/null | head -1 | cut -d' ' -f8) $(tput setaf 7)
*--~-~--* $(tput setaf 1) Temperature........: CPU: $cpuTempC°C/$cpuTempF°F GPU: $gpuTempC°C/$gpuTempF°F
$(tput setaf 7) The RetroPie Project, http://www.petrockblock.com
$(tput setaf 7) The RetroPie Project, https://retropie.org.uk
$(tput sgr0)"
}