Fix links to tests/ READMEs

This commit is contained in:
Anders Ingemann 2015-04-19 19:23:50 +02:00
parent 594bd5773b
commit db3d2f191a

View file

@ -11,8 +11,8 @@ includes_mapping = {
r'^(providers|plugins)/index$': r'bootstrapvz/\1/', r'^(providers|plugins)/index$': r'bootstrapvz/\1/',
r'^(providers|plugins)/(?!index)([^/]+)$': r'bootstrapvz/\1/\2/', r'^(providers|plugins)/(?!index)([^/]+)$': r'bootstrapvz/\1/\2/',
r'^manifest$': r'manifests/', r'^manifest$': r'manifests/',
r'^testing/index$': r'testing/', r'^testing/index$': r'tests/',
r'^testing/(?!index)([^/]+)_tests$': r'testing/\1/', r'^testing/(?!index)([^/]+)_tests$': r'tests/\1/',
r'^remote_bootstrapping$': r'bootstrapvz/remote/', r'^remote_bootstrapping$': r'bootstrapvz/remote/',
r'^developers/index$': r'bootstrapvz/', r'^developers/index$': r'bootstrapvz/',
r'^developers/contributing$': r'CONTRIBUTING.rst', r'^developers/contributing$': r'CONTRIBUTING.rst',
@ -26,9 +26,9 @@ links_mapping = {
r'^$': r'', r'^$': r'',
r'^bootstrapvz/(providers|plugins)$': r'\1', r'^bootstrapvz/(providers|plugins)$': r'\1',
r'^bootstrapvz/(providers|plugins)/([^/]+)$': r'\1/\2.html', r'^bootstrapvz/(providers|plugins)/([^/]+)$': r'\1/\2.html',
r'^testing$': r'testing', r'^tests$': r'testing',
r'^manifests$': r'manifest.html', 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/remote$': r'remote_bootstrapping.html',
r'^bootstrapvz$': r'developers', r'^bootstrapvz$': r'developers',
r'^CONTRIBUTING\.rst$': r'developers/contributing.html', r'^CONTRIBUTING\.rst$': r'developers/contributing.html',