diff options
author | Leah Rowe <info@minifree.org> | 2017-04-04 00:42:28 +0100 |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2017-04-04 00:42:28 +0100 |
commit | 09bf40d40f9c15fdedbb045251020d1ea2095de8 (patch) | |
tree | fc643f5a034c24de15e043e6c025cccbc70ef7a1 | |
parent | 960d1c440c1767f5cd2292f656c8fe58b73dc865 (diff) | |
download | librebootfr-09bf40d40f9c15fdedbb045251020d1ea2095de8.tar.gz librebootfr-09bf40d40f9c15fdedbb045251020d1ea2095de8.zip |
change repository link from notabug.org/vimuser to notabug.org/libreboot
-rw-r--r-- | docs/install/index.md | 2 | ||||
-rw-r--r-- | docs/misc/index.md | 2 | ||||
-rw-r--r-- | www/git.md | 6 | ||||
-rw-r--r-- | www/index.md | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/docs/install/index.md b/docs/install/index.md index c4784832..419ed7a0 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -296,7 +296,7 @@ and will not work on any other. For that, please refer to **If you're using libreboot 20150518, note that there is a mistake in the flashing script. do this: *rm -f patch && wget -O flash -https://notabug.org/vimuser/libreboot/raw/9d850543ad90b72e0e333c98075530b31e5d23f1/flash +https://notabug.org/libreboot/libreboot/raw/9d850543ad90b72e0e333c98075530b31e5d23f1/flash && chmod +x flash*** The first half of the procedure is as follows: diff --git a/docs/misc/index.md b/docs/misc/index.md index 0c9bac52..0d36c5b1 100644 --- a/docs/misc/index.md +++ b/docs/misc/index.md @@ -273,7 +273,7 @@ You can reproduce this issue more easily by sending lots of traffic across subnets on the same interface (NIC). More information, including logs, can be found on [this -page](https://notabug.org/vimuser/libreboot/issues/23). +page](https://notabug.org/libreboot/libreboot/issues/23). USB keyboard wakeup on GM45 laptops {#usb_keyboard_gm45} =================================== @@ -89,7 +89,7 @@ Libreboot development is facilitated by *[git](https://git-scm.com/)*, a *distributed* version control system. You will need to install git (most distributions package it in their repositories). -Use this command, to download the repository: **git clone https://notabug.org/vimuser/libreboot**. +Use this command, to download the repository: **git clone https://notabug.org/libreboot/libreboot**. A new directory named ***libreboot*** will have been created, containing libreboot. @@ -100,14 +100,14 @@ How to submit your patches ### Method 0: Use NotABug pull requests NotABug, libreboot's main git hosting provider, now provides a *pull requests* -feature. <https://notabug.org/vimuser/> has the libreboot repository. Create an +feature. <https://notabug.org/libreboot/> has the libreboot repository. Create an account on the website, then view the libreboot repo and click "fork" and clone your fork. Then commit your patch on top, and push into your repository (we recommend into a non-master branch). NotABug guides you through the process of pushing patches to it. Once you have pushed your patches, go to the relevant repository on -<https://notabug.org/vimuser/> and click "Pull Requests". Then click +<https://notabug.org/libreboot/> and click "Pull Requests". Then click "New Pull Request". Select the relevant branches that you want to submit a pull request for, between the two repositories, and then click "Submit". diff --git a/www/index.md b/www/index.md index e0771872..fd01084c 100644 --- a/www/index.md +++ b/www/index.md @@ -9,7 +9,7 @@ mascot"){#logo}](faq.md#who-did-the-logo) [Documentation](docs/) -- [FAQ](faq.md) -- [Contributors](contrib.md) -- -[Report a bug](https://notabug.org/vimuser/libreboot/issues/new) -- +[Report a bug](https://notabug.org/libreboot/libreboot/issues/new) -- [Submit a patch](git.md) -- [Hardware Compatibility](docs/hcl/) -- [Install](docs/install/) -- |