File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 122
122
}
123
123
124
124
extlinks = {
125
- f"{ project } -doc" : (f"https://docs.openstack.org/{ project } /{ current_series } /" , "%s documentation" )
125
+ f"{ project } -doc" : (f"https://docs.openstack.org/{ project } /{ current_series } /%s " , "%s documentation" )
126
126
for project in extlinks_projects
127
127
}
128
- extlinks ["skc-doc" ] = (f"https://stackhpc-kayobe-config.readthedocs.io/en/stackhpc-{ current_series } /" , "%s documentation" )
129
- extlinks ["kayobe-renos" ] = (f"https://docs.openstack.org/releasenotes/kayobe/{ current_series } .html" , "%s release notes" )
130
- extlinks ["kolla-ansible-renos" ] = (f"https://docs.openstack.org/releasenotes/kolla-ansible/{ current_series } .html" , "%s release notes" )
131
- extlinks ["ceph-doc" ] = (f"https://docs.ceph.com/en/{ ceph_series } /" , "%s documentation" )
128
+ extlinks ["skc-doc" ] = (f"https://stackhpc-kayobe-config.readthedocs.io/en/stackhpc-{ current_series } /%s " , "%s documentation" )
129
+ extlinks ["kayobe-renos" ] = (f"https://docs.openstack.org/releasenotes/kayobe/{ current_series } .html%s " , "%s release notes" )
130
+ extlinks ["kolla-ansible-renos" ] = (f"https://docs.openstack.org/releasenotes/kolla-ansible/{ current_series } .html%s " , "%s release notes" )
131
+ extlinks ["ceph-doc" ] = (f"https://docs.ceph.com/en/{ ceph_series } /%s " , "%s documentation" )
You can’t perform that action at this time.
0 commit comments