Skip to content

Commit b96e429

Browse files
zzhx2006cyrus-and
authored andcommitted
fix: git.io is no longer valid
Change "git.io/.gdbinit" to "https://github.com/cyrus-and/gdb-dashboard/raw/master/.gdbinit".
1 parent c0c9bd1 commit b96e429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GDB dashboard is a standalone `.gdbinit` file written using the [Python API][] t
1111
Just place [`.gdbinit`][] in your home directory, for example with:
1212

1313
```
14-
wget -P ~ https://git.io/.gdbinit
14+
wget -P ~ https://github.com/cyrus-and/gdb-dashboard/raw/master/.gdbinit
1515
```
1616

1717
Optionally install [Pygments][] to enable syntax highlighting:

0 commit comments

Comments
 (0)