Ticket #2007: github_references_possibly_needing_editing.txt

File github_references_possibly_needing_editing.txt, 4.4 KB (added by jkeenan, 10 years ago)

ack github *; then began to whittle down the list; list needs to be edited further to identify links needing changing per this ticket

Line 
1docs/book/draft/appe_source_code.pod:23:  git clone http://github.com/parrot/parrot
2docs/gettingstarted.pod:27:L<http://github.com/parrot/parrot>
3docs/gettingstarted.pod:41:    git clone    http://github.com/parrot/parrot
4docs/glossary.pod:17:L<< https://github.com/parrot/parrot/docs/glossary.pod >>
5docs/glossary.pod:251:See also L<< http://github.com/parrot/parrot/docs/pdds/pdd00_pdd.pod.html >>.
6docs/glossary.pod:255:<a href="http://github.com/parrot/parrot/docs/pdds/pdd00_pdd.pod">pdd00_pdd.pod</a>
7docs/glossary.pod:347:running.pod: L<< https://github.com/parrot/parrot/parrot/docs/running.pod >>
8docs/parrot.pod:140:=item * L<http://github.com/parrot/parrot>
9docs/pct/gettingstarted.pod:12:L<https://github.com/parrot/parrot/blob/master/docs/glossary.pod>),
10docs/pct/gettingstarted.pod:47:L<https://github.com/parrot/parrot/blob/master/docs/pdds/pdd19_pir.pod>
11docs/project/git_terminology.pod:73:    Merge branch 'master' of github.com:parrot/parrot
12docs/project/git_workflow.pod:23:the repo from L<http://github.com>:
13docs/project/git_workflow.pod:25:  git clone git://github.com/parrot/parrot.git
14docs/project/git_workflow.pod:30:  git clone git@github.com:parrot/parrot.git
15docs/project/git_workflow.pod:36:  git clone http://github.com/parrot/parrot.git
16docs/project/git_workflow.pod:308:If you fork Parrot on github, you will have a copy of the entire history
17docs/project/git_workflow.pod:320:    git remote add upstream git://github.com/parrot/parrot.git
18docs/project/git_workflow.pod:412:    git pull https://github.com/someguy/parrot.git newbranch
19docs/tests.pod:241:L<https://github.com/parrot/parrot/blob/master/t/TESTS.STATUS.pod>
20docs/tests.pod:242:L<https://github.com/parrot/parrot/blob/master/t/README.pod>
21examples/languages/abc/setup.pir:34:    $P0['checkout_uri'] = 'https://github.com/parrot/parrot/tree/master/examples/languages/abc'
22examples/pir/befunge/setup.pir:34:    $P0['checkout_uri'] = 'https://github.com/parrot/parrot/tree/master/examples/pir/befunge'
23runtime/parrot/library/distutils.pir:159:L<http://github.com/fperrad/parrot-MT19937/blob/master/setup.pir>
24runtime/parrot/library/distutils.pir:161:L<http://github.com/fperrad/markdown/blob/master/setup.pir>
25runtime/parrot/library/distutils.pir:163:L<http://github.com/fperrad/xml/blob/master/setup.pir>
26runtime/parrot/library/distutils.pir:165:L<http://github.com/fperrad/wmlscript/blob/master/setup.pir>
27runtime/parrot/library/distutils.pir:167:L<http://github.com/fperrad/lua-batteries/blob/master/setup.pir>
28runtime/parrot/library/distutils.pir:169:L<https://github.com/parrot/bf/blob/master/setup.pir>
29runtime/parrot/library/distutils.pir:171:L<https://github.com/parrot/chitchat/blob/master/setup.pir>
30runtime/parrot/library/distutils.pir:173:L<https://github.com/parrot/forth/blob/master/setup.pir>
31runtime/parrot/library/distutils.pir:175:L<https://github.com/parrot/lolcode/blob/master/setup.pir>
32runtime/parrot/library/distutils.pir:177:L<https://github.com/parrot/plumage/blob/master/setup.pir>
33runtime/parrot/library/distutils.pir:179:L<https://github.com/parrot/pheme/blob/master/setup.pir>
34runtime/parrot/library/distutils.pir:181:L<http://github.com/leto/kea/blob/master/setup.pir>
35runtime/parrot/library/distutils.pir:183:L<http://github.com/vadrer/tcl-bridge/blob/master/setup.pir>
36runtime/parrot/library/distutils.pir:185:L<http://github.com/tene/gil/blob/master/setup.pir>
37runtime/parrot/library/distutils.pir:187:L<http://github.com/tene/steme/blob/master/setup.pir>
38runtime/parrot/library/distutils.pir:189:L<http://github.com/TiMBuS/fun/blob/master/setup.pir>
39runtime/parrot/library/distutils.pir:193:L<http://github.com/Whiteknight/parrot-linear-algebra/blob/master/setup.pir>
40runtime/parrot/library/distutils.pir:197:L<http://github.com/bacek/pir/blob/master/setup.pir>
41runtime/parrot/library/distutils.pir:199:L<http://github.com/kthakore/parrotSDL/blob/master/setup.pir>
42runtime/parrot/library/distutils.pir:201:L<http://github.com/ekiru/tree-optimization/blob/master/setup.nqp>
43t/README.pod:10:docs/tests.pod L<https://github.com/parrot/parrot/blob/master/docs/tests.pod>.
44t/README.pod:12:L<https://github.com/parrot/parrot/blob/master/t/TESTS_STATUS.pod>.
45tools/dev/findhacks.pl:21:with links to the relevant source file on github.
46tools/dev/findhacks.pl:51:        print "  * [https://github.com/parrot/parrot/blob/master/$filename#L$linenum $filename:$linenum][[br]]\n{{{\n#!html\n";
47tools/dev/merge_pull_request.pl:73:    system("wget --no-check-certificate https://github.com/parrot/$repo/pull/$num.patch");