From b96e429c0db4b35c38302dd8c6cd90c65152f211 Mon Sep 17 00:00:00 2001 From: M81 <110393729+ZhangZhanhaoxiang@users.noreply.github.com> Date: Wed, 31 Jan 2024 10:51:10 +0800 Subject: [PATCH] fix: git.io is no longer valid Change "git.io/.gdbinit" to "https://github.com/cyrus-and/gdb-dashboard/raw/master/.gdbinit". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 204daa6..c2e44ac 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ GDB dashboard is a standalone `.gdbinit` file written using the [Python API][] t Just place [`.gdbinit`][] in your home directory, for example with: ``` -wget -P ~ https://git.io/.gdbinit +wget -P ~ https://github.com/cyrus-and/gdb-dashboard/raw/master/.gdbinit ``` Optionally install [Pygments][] to enable syntax highlighting: