-
Notifications
You must be signed in to change notification settings - Fork 441
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
Getting started description is outdated #1551
Comments
I just ran into this as well. It seems the documentation at https://www.scala-sbt.org/sbt-native-packager/ is outdated, but the documentation at https://sbt-native-packager.readthedocs.io/en/stable/ is up-to-date. I don't quite understand where https://www.scala-sbt.org/sbt-native-packager/ is coming from, though: I don't see it referenced in https://github.com/sbt/website or https://github.com/sbt/sbt.github.com |
Same here, took me 20 minutes to find the groupid was changed - looks like at least gettingstarted.rst is not published to scala-sbt org as expected. |
ok, so apparently it rolls up the pages from https://github.com/sbt/sbt-native-packager/tree/gh-pages - so I guess we should either replace that branch with redirects, delete it entirely, or make sure it's up-to-date. Any preference? |
duplicate of #1504 , I think? |
replace that branch with redirects
Redirect to the correct page is fine. No need to duplicate info twice, but deleting entirely may be an option, I think google will return more correct pages after that. |
Expected behaviour
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.4")
Actual behaviour
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "x.y.z")
Information
The text was updated successfully, but these errors were encountered: