Skip to content

Commit

Permalink
Fix URLs of the repository of BlazeSym.
Browse files Browse the repository at this point in the history
BlazeSym moved to a new location, but still on githbu.  Although
github would redirect to the new location automatically, we still
change URLs to the new location just in case.

Signed-off-by: Kui-Feng Lee <kuifeng@fb.com>
  • Loading branch information
Kui-Feng Lee authored and anakryiko committed Jul 13, 2022
1 parent 3f5a6db commit a68fc7e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
url = https://github.com/libbpf/bpftool
[submodule "blazesym"]
path = blazesym
url = https://github.com/ThinkerYzu1/blazesym.git
url = https://github.com/libbpf/blazesym.git
2 changes: 1 addition & 1 deletion blazesym
Submodule blazesym updated 4 files
+29 −0 LICENSE
+87 −75 README.md
+196 −0 scripts/gen-one-page.py
+156 −125 src/lib.rs
2 changes: 1 addition & 1 deletion examples/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/rust/profile/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-2.0 OR BSD-3-Clause"
[dependencies]
libbpf-rs = "0.14.0"
nix = "0.24.1"
blazesym = { git = "https://github.com/ThinkerYzu1/blazesym.git", features = ["cheader"] }
blazesym = { git = "https://github.com/libbpf/blazesym.git", features = ["cheader"] }
libc = "*"
clap = { version = "3.1.18", features = ["derive"] }

Expand Down

0 comments on commit a68fc7e

Please sign in to comment.