mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-10-07 17:40:30 +00:00
Fix links to tests/ READMEs
This commit is contained in:
parent
594bd5773b
commit
db3d2f191a
1 changed files with 4 additions and 4 deletions
|
@ -11,8 +11,8 @@ includes_mapping = {
|
|||
r'^(providers|plugins)/index$': r'bootstrapvz/\1/',
|
||||
r'^(providers|plugins)/(?!index)([^/]+)$': r'bootstrapvz/\1/\2/',
|
||||
r'^manifest$': r'manifests/',
|
||||
r'^testing/index$': r'testing/',
|
||||
r'^testing/(?!index)([^/]+)_tests$': r'testing/\1/',
|
||||
r'^testing/index$': r'tests/',
|
||||
r'^testing/(?!index)([^/]+)_tests$': r'tests/\1/',
|
||||
r'^remote_bootstrapping$': r'bootstrapvz/remote/',
|
||||
r'^developers/index$': r'bootstrapvz/',
|
||||
r'^developers/contributing$': r'CONTRIBUTING.rst',
|
||||
|
@ -26,9 +26,9 @@ links_mapping = {
|
|||
r'^$': r'',
|
||||
r'^bootstrapvz/(providers|plugins)$': r'\1',
|
||||
r'^bootstrapvz/(providers|plugins)/([^/]+)$': r'\1/\2.html',
|
||||
r'^testing$': r'testing',
|
||||
r'^tests$': r'testing',
|
||||
r'^manifests$': r'manifest.html',
|
||||
r'^testing/([^/]+)$': r'testing/\1_tests.html',
|
||||
r'^tests/([^/]+)$': r'testing/\1_tests.html',
|
||||
r'^bootstrapvz/remote$': r'remote_bootstrapping.html',
|
||||
r'^bootstrapvz$': r'developers',
|
||||
r'^CONTRIBUTING\.rst$': r'developers/contributing.html',
|
||||
|
|
Loading…
Add table
Reference in a new issue