Hi, On Tue, Mar 27, 2018 at 9:26 PM, Wang Xin <[email protected]> wrote: > Hi,all > Now we have two duplicated projects: > https://github.com/dubbo/dubbo forked from > https://github.com/apache/incubator-dubbo > https://github.com/dubbo/dubbo.github.io copied from > https://github.com/apache/incubator-dubbo-website > > I think : if we delete https://github.com/dubbo/dubbo, we can focus on > https://github.com/apache/incubator-dubbo
+1. One thing that need to be mentioned is that check if we can redirect from dubbo/dubbo to apache/incubator-dubbo. I am not sure if it is possible, since dubbo/dubbo is forked from apache/incubator-dubbo. Even if it isn't possible, I still think it can be deleted given that it has only 13 stars and 10 watches. > > https://github.com/dubbo/dubbo.github.io is a > duplicate,although it is still useful now. +1 It is a temporary repo during dubbo.io repo transition. I've checked that dubbo.io now redirects to dubbo.apache.org. ~ curl dubbo.io <!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8"> <meta http-equiv="Refresh" content="3; url=http://dubbo.apache.org" /> <title>DUBBO</title> <script type="text/javascript"> window.location.href="http://dubbo.apache.org"; </script> </head> <body> <a href="http://dubbo.apache.org">http://dubbo.apache.org</a> </body> </html> Once we confirm that dubbo/dubbo.github.io is not being used, we can remove it. > > > What do you think about? > > > Xin Wang > [email protected]<mailto:[email protected]> > > > -- Best Regards! Huxing
