Skip to content

Commit

Permalink
Fixed path for redirect.
Browse files Browse the repository at this point in the history
  • Loading branch information
batic committed Mar 2, 2021
1 parent 3843d9e commit eaeb06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@

# redirects
redirects = {
"examples/processing_api_request": "examples/process_request.html",
"examples/processing_api_request": "process_request.html",
}
# create empty files to redirect from
for file_path in redirects:
Expand Down

0 comments on commit eaeb06a

Please sign in to comment.