Skip to content

Commit c788b4a

Browse files
committed
Note change to github in docs
1 parent b94e449 commit c788b4a

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

README-git.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ You'll also need packages:
1717
Sources are in git.
1818

1919
```
20-
$ git clone git://git.code.sf.net/p/bashdb/code bashdb-code
21-
$ cd bashdb-code
20+
$ git clone https://github.com/Trepan-Debuggers/bashdb
21+
$ cd bashdb
2222
```
2323

2424
## Build configure

htdocs/index.html

+3-7
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,8 @@ <h2>Screenshots</h2>
179179
<div style="clear: left;">&nbsp;</div>
180180
<h2>Documentation</h2>
181181
<ul>
182-
<li><a href="https://sites.google.com/view/bashdboutlined/home">BASHDB
183-
Reference</a> &ndash; Debugger documentation online in outline format from Rod Smith</li>
184-
<li><a href="http://bashdb.sourceforge.net/bashdb.html">BASHDB
185-
Reference</a> &ndash; Debugger documentation produced from TeXInfo</li>
182+
<li><a href="https://bashdb.readthedocs.io/en/latest/">BASHDB
183+
Reference</a> &ndash; Debugger documentation on ReadTheDocs</li>
186184
<li><a href="http://bashdb.sourceforge.net/bashdb-man.html">BASHDB
187185
Manual Page</a> &ndash; Manual Page for the <em>bashdb</em>
188186
script</li>
@@ -193,9 +191,7 @@ <h2>Source Code</h2>
193191
<li><a href=
194192
"http://prdownloads.sourceforge.net/bashdb/?sort_by=date&amp;sort=desc"
195193
name="TOCdownload" id="TOCdownload">Download Latest Version</a></li>
196-
<li><a href="http://bashdb.git.sourceforge.net/git/gitweb.cgi?p=bashdb/bashdb
197-
;a=summary">Browse git
198-
repository</a></li>
194+
<li><a href="https://github.com/Trepan-Debuggers/bashdb">Github repository</a></li>
199195
<li><a href="https://sourceforge.net/apps/mediawiki/bashdb/index.php?title=Main_Page">Sourceforge Wiki Page</a></li> <li><a href="http://sourceforge.net/projects/bashdb">Sourceforge Project Page</a></li>
200196
</ul>
201197

0 commit comments

Comments
 (0)