Skip to content

Commit

Permalink
docs: redirect Pandas to pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmcook authored and jcrist committed May 3, 2023
1 parent 4937d45 commit 4074284
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gen_redirects.py
Expand Up @@ -31,7 +31,9 @@
}

# Untemplated redirects
REDIRECTS = {}
REDIRECTS = {
"/backends/Pandas/": "/backends/pandas/",
}

# Fill in templates
REDIRECTS.update(
Expand Down

0 comments on commit 4074284

Please sign in to comment.