Skip to content

Commit df7c2be

Browse files
authored
Merge pull request #51 from TheRomanXpl0it/fix-go
Fix trxdotit refs and improve about
2 parents 0b21ca3 + 6b035ca commit df7c2be

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

content/about.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ We actively teach crypto, web and binary exploitation at the newbies of Sapienza
1414

1515
Contact us at [[email protected]](mailto:[email protected]).
1616

17-
Follow us on [Twitter](https://x.com/TheRomanXpl0it).
17+
Follow us on [Twitter](https://x.com/TheRomanXpl0it) and join our [Telegram group](https://t.me/TheRomanChat).
1818

19-
Join our [Telegram group](https://t.me/TheRomanChat).
19+
*We are currently looking for sponsors.
20+
If you want to collaborate with us don't hesitate to get in touch.*

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/TheRomanXpl0it/trxdotit
1+
module github.com/TheRomanXpl0it/TheRomanXpl0it.github.io
22

33
go 1.24.4
44

hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ homeSubtitle = "Italian CTF team"
7474
# backgroundImage = "assets/images/background.jpg"
7575
# Prefix of link to the git commit detail page. GitInfo must be enabled.
7676
#
77-
gitUrl = "https://github.com/TheRomanXpl0it/trxdotit/tree/"
77+
gitUrl = "https://github.com/TheRomanXpl0it/TheRomanXpl0it.github.io/tree/"
7878
# Set disableReadOtherPosts to true in order to hide the links to other posts.
7979
#
8080
disableReadOtherPosts = false

0 commit comments

Comments
 (0)