Sudoku: Fixed setup link (#1200)

This commit is contained in:
Jarno 2022-11-04 20:03:39 +01:00 committed by GitHub
parent 889bc9d1b4
commit c3c1ce5827
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ class Bk_SudokuWebWorld(WebWorld):
description='A guide to playing BK Sudoku',
language='English',
file_name='setup_en.md',
link='guide/en',
link='setup/en',
authors=['Jarno']
)
]