Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add redirects for deprecated Lifecycle and Drafts Contracts pages #160

Merged
merged 3 commits into from
Mar 20, 2020
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion _redirects
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,7 @@ https://openzeppelin-docs.netlify.com/* https://docs.openzeppelin.com/:splat 301
/openzeppelin/gsn/getting-started.html /learn/sending-gasless-transactions 301

# OpenZeppelin Contracts 3.0 deprecation redirects
/contracts/3.x/api/crowdsale /contracts/3.x/crowdsales 301 # Redirect Crowdsale API to deprecation page
nventuro marked this conversation as resolved.
Show resolved Hide resolved
/contracts/3.x/api/crowdsale /contracts/3.x/crowdsales 301
/contracts/3.x/api/drafts /contracts/3.x/drafts 301
/contracts/3.x/api/lifecycle /contracts/3.x/api/utils 301
/contracts/3.x/api/ownership /contracts/3.x/api/access 301