Dear writers,
To make the location of repositories for our books consistent, the Git repository for the Fedora Resource Management Guide has been moved from its previous location and can now be found here:
http://git.fedorahosted.org/git/?p=docs/resource-management-guide.git
If you already have a clone of the repository on your disk, you will not be able to pull or push any changes unless you update the URL. To do so, get into the working directory, open the .git/config file in a text editor of your choice, and find the following line:
url = ssh://<fas_login>@git.fedorahosted.org/git/resource-management-guide.git
...where <fas_login> is your FAS username. Now update the URL to look like this:
url = ssh://<fas_login>@git.fedorahosted.org/git/docs/resource-management-guide.git
Many thanks to nb for moving this repo where it should have been in the first place.
Cheers,
docs@lists.stg.fedoraproject.org