Skip to content

Commit b956e79

Browse files
authored
Apply suggestions from code review
1 parent 7b8f74a commit b956e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

404.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Page not found
3737
// This is done in JavaScript, as we exceed Read the Docs' limit for the amount of redirects configurable.
3838
3939
const currentPathSegments = window.location.pathname.split('/').filter(segment => segment !== '');
40-
// Use the base path (e.g. "/en/latest") when available
40+
// Use the base path (e.g. "/en/latest") when available.
4141
const currentBasePath = (currentPathSegments.length >= 2) ? ("/" + currentPathSegments.slice(0, 2).join("/")) : "/";
4242
4343
fetch(currentBasePath + "/_static/redirects.csv")

0 commit comments

Comments
 (0)