-
-
Notifications
You must be signed in to change notification settings - Fork 627
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
replace old velocitypowered.com links #1399
Conversation
@@ -174,10 +174,10 @@ public int run(final CommandContext<CommandSource> context) { | |||
if (version.getName().equals("Velocity")) { | |||
final TextComponent embellishment = Component.text() | |||
.append(Component.text() | |||
.content("velocitypowered.com") | |||
.content("papermc.io/software/velocity") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks really meh
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, any suggestions to make it better?
Something like: Info
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Website?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Homepage?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah idk it doesn't really make sense. Maybe since it's a PaperMC software, it can be replaced with papermc.io
? Or just leave it really it doesn't hurt anybody.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At least old link still works and redirects to desired place
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if I were held at gunpoint, I'd probably just maybe name it PaperMC, anything else is just pointlessly verbose, imho
e3d0580
to
c49727b
Compare
@@ -174,10 +174,10 @@ public int run(final CommandContext<CommandSource> context) { | |||
if (version.getName().equals("Velocity")) { | |||
final TextComponent embellishment = Component.text() | |||
.append(Component.text() | |||
.content("velocitypowered.com") | |||
.content("PaperMC") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any opinions on also underline this?
* replace old links * content to 'PaperMC', cause its probably the best
This PR replaces the old
velocitypowered.com
, because they are now being forwarded anyway, and so we can avoid the detour.