Skip to content

Commit

Permalink
Fix incorrect article path
Browse files Browse the repository at this point in the history
  • Loading branch information
dltj committed Jun 24, 2024
1 parent 2a7d01e commit 751074f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion s3-website-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
"Redirect": {
"ReplaceKeyWith": "doc/api"
}
},
{
"Condition": {
"KeyPrefixEquals": "article/ils-witout-patron-data-details"
},
"Redirect": {
"ReplaceKeyWith": "article/ils-without-patron-data-details"
}
}
]
}
}

0 comments on commit 751074f

Please sign in to comment.