Skip to content

Commit

Permalink
fix: root url
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelemusiani committed Jan 12, 2025
1 parent 7f15c67 commit fe1d3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fileseeker.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func main() {

urlQueue := make([]string, 0)

const rootUrl = "https://csunibo.github.io"
const rootUrl = "https://cartabinaria.github.io"

// enqueue teachings
for _, teaching := range teachingData {
Expand Down

0 comments on commit fe1d3f7

Please sign in to comment.