Skip to content

Commit 7396a48

Browse files
Merge pull request #223 from lifehackerhansol/master
Remove more remnants of old nh-server.github.io links
2 parents 1560d3f + 8279d2c commit 7396a48

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

Diff for: README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Switch Guide
22

3-
[The guide can be found here!](https://nh-server.github.io/switch-guide)
4-
5-
[![Build Status](https://travis-ci.com/nh-server/switch-guide.svg?branch=master)](https://travis-ci.com/nh-server/switch-guide)
3+
[The guide can be found here!](https://switch.hacks.guide)
64

75
Nintendo Switch homebrew guide written by staff members of the Nintendo Homebrew Discord server.
86

Diff for: docs/faq.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ See <a href="https://gbatemp.net/threads/switch-informations-by-serial-number.48
1515

1616
To launch CFW through the fusee-gelee, the Switch needs to be in "ReCovery Mode"(RCM).
1717
The easiest way to enter RCM is by grounding pin 10 in the right joycon rail and holding VOL+ on boot.
18-
Several methods and designs to do this exist, see [our guide](user_guide/rcm/entering_rcm.md) for more information.
18+
Several methods and designs to do this exist, see [our guide](/user_guide/emummc/entering_rcm) for more information.
1919
Once the Switch is in RCM it needs to be connected to either a computer, phone or dongle to send the exploit and the payload.
2020

2121
This procedure needs to happen every time the Switch boots from a completely "off" state, otherwise the Switch will boot into the stock firmware.
@@ -143,6 +143,7 @@ If you suspect your microSD card is fake or damaged, see the instructions <a hre
143143

144144
This is an issue primarily affecting macOS users, but may occur on other devices as well. If you are able to launch the homebrew menu, but you are not seeing some or any of your Homebrew apps, you may need to unset the archive bit with Hekate.
145145

146+
<<<<<<< HEAD
146147
1. Inject the Hekate payload using your favorite payload injector.
147148
- If you have a modchipped Switch, place the Hekate payload on the root of your microSD card and rename it to payload.bin, reinsert your microSD card into your Switch and turn it on.
148149
2. Click on `Tools` on the top menu bar.
@@ -151,3 +152,12 @@ This is an issue primarily affecting macOS users, but may occur on other devices
151152
5. Press `Close` in the top right corner.
152153
6. Press `Home` in the top menu bar to get back from where you started.
153154
7. Follow the instructions at the Launching CFW page [here](user_guide/all/launching_cfw.md/) to launch Atmosphere.
155+
=======
156+
1. Send the Hekate payload to your Switch by following these instructions: [here](/user_guide/emummc/sending_payload/)
157+
2. Click on `Tools` on the top menu bar
158+
3. In the bottom left corner click on `Arch Bit • AutoRCM • Touch • Pkg1/2`
159+
4. Click on `Fix Archive bit` - this might take a while
160+
5. Press `Close` in the top right corner
161+
6. Press `Home` in the top menu bar to get back from where you started
162+
7. Follow the instructions at the Launching CFW page [here](/user_guide/emummc/launching_cfw/) to launch Atmosphere.
163+
>>>>>>> b114b20 (Remove more remnants of old nh-server.github.io links)

Diff for: mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
site_name: NH Switch Guide
2-
copyright: Copyright &copy; 2024 <a href="https://discord.gg/C29hYvh" target="_blank">Nintendo Homebrew</a>, Maintained by the <a href="/switch-guide/about">NH Discord Server</a>.
2+
copyright: Copyright &copy; 2024 <a href="https://discord.gg/C29hYvh" target="_blank">Nintendo Homebrew</a>, Maintained by the <a href="/about">NH Discord Server</a>.
33
site_description: Switch CFW Guide.
44
site_author: NH Discord Server.
55
site_url: https://switch.hacks.guide

0 commit comments

Comments
 (0)