https://groups.google.com/forum/? fromgroups=#!topic/vertx/dphzshlTN2E
Github changed the domain name
Try
-repo vert-x.github.io
--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Thanks,So to clarify, a more complete answer would sound like this?:Some vertx modules' configurations are outdated and continue to reference a deprecated github URL.Instead of relying on vertx automatic module installation method, you need to run:vertx install vertx.web-server-v1.0 -repo vert-x.github.ioor for other modules:vertx install <module-name> -repo vert-x.github.io
I don't understand why vertx doesn't follow the 301. Is that going to be fixed in the 2.0 branch?
On Sunday, April 21, 2013 10:52:38 AM UTC-7, Tim Yates wrote:https://groups.google.com/forum/? fromgroups=#!topic/vertx/dphzshlTN2E
Github changed the domain name
Try
-repo vert-x.github.io
--
On 23/04/13 19:21, Travis Wellman wrote:
I don't understand why vertx doesn't follow the 301. Is that going to be fixed in the 2.0 branch?
As I mentioned in my last post, it's a non-issue in 2.0.
2.0 doesn't use the github module repo.
On 23/04/13 19:46, Travis Wellman wrote:
On Tuesday, April 23, 2013 11:42:28 AM UTC-7, Tim Fox wrote:On 23/04/13 19:21, Travis Wellman wrote:
I don't understand why vertx doesn't follow the 301. Is that going to be fixed in the 2.0 branch?
As I mentioned in my last post, it's a non-issue in 2.0.
2.0 doesn't use the github module repo.
Regardless of the repo, 3xx codes serve a useful purpose.
https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#3xx_Redirection
Thanks - I know what a 301 is.
The point is that we're not doing any more releases in 1.x so it won't get fixed there.