Skip to content

Commit 15faab3

Browse files
authored
[ci skip] Fix Broken reference (#2721)
1 parent 19a8a9c commit 15faab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolset/benchmark/framework_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ def validate_test(test_name, test_keys, directory):
904904
test_keys['framework'] = config['framework']
905905

906906
recommended_lang = directory.split('/')[-2]
907-
windows_url = "https://github.com/TechEmpower/FrameworkBenchmarks/milestones/Windows%%20Compatibility"
907+
windows_url = "https://github.com/TechEmpower/FrameworkBenchmarks/issues/1038"
908908
schema = {
909909
'language': {
910910
'help': ('language', 'The language of the framework used, suggestion: %s' % recommended_lang)

0 commit comments

Comments
 (0)