Skip to content

Commit

Permalink
chore: fixed a couple of links in comments.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP authored and poiana committed Sep 19, 2023
1 parent 124f8f1 commit 7460e66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func initOpts() {
}

// Naming should be consistent with the one used by
// https://github.com/hrw/python-syscalls/blob/development/data/tables
// https://github.com/hrw/syscalls-table/tree/master/tables
var supportedArchs = []string{
"x86_64",
"arm64",
Expand All @@ -123,7 +123,7 @@ func main() {
log.Debugf("Loading system syscall map for supported archs: %v\n", supportedArchs)
linuxMap := make(map[string]SyscallMap)
for _, arch := range supportedArchs {
// We download latest maps from https://github.com/hrw/python-syscalls/blob/development/data/tables
// We download latest maps from https://github.com/hrw/syscalls-table/tree/master/tables
linuxMap[arch] = loadSystemMap(arch)
}

Expand Down

0 comments on commit 7460e66

Please sign in to comment.