We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d52d6 commit 87c0502Copy full SHA for 87c0502
1 file changed
src/Wiki/edit.html
@@ -161,7 +161,7 @@ <h2>Edit Wiki Post</h2>
161
162
if (response.ok) {
163
alert('Wiki updated successfully!');
164
- window.location.href = 'index.html'; // Redirect back to the main page after saving
+ window.location.href = 'Wiki/wiki'; // Redirect back to the main page after saving
165
} else {
166
alert('Failed to update wiki!');
167
}
0 commit comments