Skip to content

Commit 7ae1410

Browse files
committed
docs: make the github repo be the canonical one
1 parent 06b189a commit 7ae1410

File tree

2 files changed

+8
-26
lines changed

2 files changed

+8
-26
lines changed

docs/basics.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.. Copyright 2011, 2012 David Malcolm <dmalcolm@redhat.com>
2-
Copyright 2011, 2012 Red Hat, Inc.
1+
.. Copyright 2011-2012, 2017 David Malcolm <dmalcolm@redhat.com>
2+
Copyright 2011-2012, 2017 Red Hat, Inc.
33
44
This is free software: you can redistribute it and/or modify it
55
under the terms of the GNU General Public License as published by
@@ -93,7 +93,7 @@ Building the code
9393
------------------
9494
You can obtain the source code from git by using::
9595

96-
$ git clone git://git.fedorahosted.org/gcc-python-plugin.git
96+
$ git clone git@github.com:davidmalcolm/gcc-python-plugin.git
9797

9898
To build the plugin, run:
9999

docs/getting-involved.rst

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.. Copyright 2012 David Malcolm <dmalcolm@redhat.com>
2-
Copyright 2012 Red Hat, Inc.
1+
.. Copyright 2012, 2017 David Malcolm <dmalcolm@redhat.com>
2+
Copyright 2012, 2017 Red Hat, Inc.
33
44
This is free software: you can redistribute it and/or modify it
55
under the terms of the GNU General Public License as published by
@@ -18,7 +18,9 @@
1818
Getting Involved
1919
================
2020

21-
The plugin's web site is the Trac instance at: https://fedorahosted.org/gcc-python-plugin/
21+
The plugin's web site is this GitHub repository:
22+
23+
https://github.com/davidmalcolm/gcc-python-plugin
2224

2325
The primary place for discussion of the plugin is the mailing list:
2426
https://fedorahosted.org/mailman/listinfo/gcc-python-plugin
@@ -29,26 +31,6 @@ http://readthedocs.org/docs/gcc-python-plugin/en/latest/index.html
2931

3032
The project's mailing list is here: https://fedorahosted.org/mailman/listinfo/gcc-python-plugin
3133

32-
There's also a mailing list that receives commit notifications here: https://fedorahosted.org/mailman/listinfo/gcc-python-plugin-commits
33-
34-
Bugs can be filed with the Trac instance:
35-
36-
https://fedorahosted.org/gcc-python-plugin/newticket
37-
38-
though you need a Fedora account to do so (creating a Fedora account is trivial; see: http://fedoraproject.org/wiki/Account_System/NewAccount )
39-
40-
The code is stored in the git repository here:
41-
42-
http://git.fedorahosted.org/git/?p=gcc-python-plugin.git;a=summary
43-
44-
You can obtain the source code from git by using::
45-
46-
$ git clone git://git.fedorahosted.org/gcc-python-plugin.git
47-
48-
There is also a clone of the repository on github here:
49-
50-
https://github.com/davidmalcolm/gcc-python-plugin
51-
5234
Ideas for using the plugin
5335
--------------------------
5436

0 commit comments

Comments
 (0)