From 78da277bedc5db8f87a4284308a3034de2c0dabf Mon Sep 17 00:00:00 2001 From: Rebecca Mills Date: Tue, 16 Jul 2019 14:20:44 -0230 Subject: [PATCH] fixed link in README.md Added "/" to the end of download server address link such that it would work. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e3bbb1b8..798625418 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ specific language governing permissions and limitations under the License. [DSE C/C++ driver]: http://docs.datastax.com/en/developer/cpp-driver-dse/latest [DataStax Enterprise]: http://www.datastax.com/products/datastax-enterprise [Examples]: examples/ -[download server]: http://downloads.datastax.com/cpp-driver +[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 [Home]: http://docs.datastax.com/en/developer/cpp-driver/latest