From bf228495c55849867baf1f5150c651108bc71e59 Mon Sep 17 00:00:00 2001 From: Jools Wills Date: Wed, 6 Apr 2016 12:41:19 +0100 Subject: [PATCH] update RetroPie urls in README.md, CONTRIBUTING and bashwelcometweak to new site reference COPYRIGHT.md from copyright section of LICENSE.md --- CONTRIBUTING.md | 2 +- LICENSE.md | 2 +- README.md | 4 ++-- scriptmodules/supplementary/bashwelcometweak.sh | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 37e0140c..bc558ced 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/LICENSE.md b/LICENSE.md index 65f642a0..d50ec6a5 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -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) diff --git a/README.md b/README.md index 3f2daa29..501802d5 100644 --- a/README.md +++ b/README.md @@ -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 ---- diff --git a/scriptmodules/supplementary/bashwelcometweak.sh b/scriptmodules/supplementary/bashwelcometweak.sh index 97312460..5b12db54 100644 --- a/scriptmodules/supplementary/bashwelcometweak.sh +++ b/scriptmodules/supplementary/bashwelcometweak.sh @@ -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)" }