-
Notifications
You must be signed in to change notification settings - Fork 292
2 17 0 doc updates #552
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
2 17 0 doc updates #552
Conversation
README.md
Outdated
| [ubuntu-16-04-dependencies]: http://downloads.datastax.com/cpp-driver/ubuntu/16.04/dependencies | ||
| [ubuntu-18-04-dependencies]: http://downloads.datastax.com/cpp-driver/ubuntu/18.04/dependencies | ||
| [rocky-linux-8-dependencies]: http://downloads.datastax.com/cpp-driver/rocky/8/dependencies | ||
| [rocky-linux-9-dependencies]: http://downloads.datastax.com/cpp-driver/rocky/9/dependencies |
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.
These should be added as part of the release process
| [download server]: http://downloads.datastax.com/cpp-driver/ | ||
| [GitHub]: https://github.com/datastax/cpp-driver | ||
| [cpp-driver-compatability-matrix]: https://docs.datastax.com/en/developer/driver-matrix/doc/cppDrivers.html#cpp-drivers | ||
| [cpp-driver-compatability-matrix]: https://docs.datastax.com/en/driver-matrix/docs/cpp-drivers.html |
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.
Link which needed to be updated in light of the site rework
README.md
Outdated
| * [Ubuntu 16.04][ubuntu-16-04-dependencies] | ||
| * [Ubuntu 18.04][ubuntu-18-04-dependencies] | ||
| * [Rocky Linux 8][rocky-linux-8-dependencies] | ||
| * [Rocky Linux 9][rocky-linux-9-dependencies] |
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.
Might want to consider whether we want major.minor for Rocky releases or just major here.
| * [Ubuntu 14.04][ubuntu-14-04-dependencies] | ||
| * [Ubuntu 16.04][ubuntu-16-04-dependencies] | ||
| * [Ubuntu 18.04][ubuntu-18-04-dependencies] | ||
| * [Windows][windows-dependencies] |
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.
Re-worked this section (and removed the links) since there is no common location in Artifactory that can be used as an entry point for dependencies. We can point users at the "builds" directory but underneath there we have subdirectories for version number and build number.. so it seemed better to provide guidance on how to find the deps rather than try to come up with some arbitrary URL scheme to point at them.
No description provided.