Skip to content

Commit 4daab7d

Browse files
author
Michael Penick
committed
Fix docs.yaml
* Fix Fedora old link * "2.10" is truncated to "2.1" if left unquoted
1 parent 9c6e88d commit 4daab7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@ rewrites:
4545
- ../../vc_build.bat: https://github.com/datastax/cpp-driver/blob/master/vc_build.bat
4646
- https://github.com/datastax/cpp-driver/tree/2.6.0/examples/duration/duration.c: https://github.com/datastax/cpp-driver/blob/master/examples/duration/duration.c
4747
- http://www.datastax.com/documentation/cassandra/2.0/cassandra/dml/dml_config_consistency_c.html: https://docs.datastax.com/en/cassandra/3.0/cassandra/dml/dmlConfigConsistency.html
48+
- http://dl.fedoraproject.org/pub/epel/5/: https://archives.fedoraproject.org/pub/archive/epel/5/
4849
- ^examples/(.*): https://github.com/datastax/cpp-driver/blob/master/examples/\1
4950
versions:
50-
- name: 2.10
51+
- name: "2.10"
5152
ref: 2.10.0
5253
- name: 2.9
5354
ref: 2.9.0

0 commit comments

Comments
 (0)