Skip to content

Commit ee9ec76

Browse files
committed
update register as seller link
1 parent d869d3a commit ee9ec76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev-portal/src/pages/CaseStudies/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ export default (props) => (
1010
<p>Build your own local PetStore by reselling our pets. Use our APIs to check availability data and fulfill orders.</p>
1111
<h3>Sell us your Pets</h3>
1212
<p>Establish yourself as our partner and get access to our POST API – to directly post pets to our inventory.</p>
13-
<p>Successfully built an app? <a href='https://aws.amazon.com/marketplace/management/register/' target='_blank'>Register as a seller in AWS Marketplace</a> and sell your application! Questions or comments? <a href='https://forums.aws.amazon.com/forum.jspa?forumID=199' target='_blank'>Reach out to us on our forums</a>.</p>
13+
<p>Successfully built an app? <a href='http://docs.aws.amazon.com/apigateway/latest/developerguide/sell-api-as-saas-on-aws-marketplace.html' target='_blank'>Register as a seller in AWS Marketplace</a> and sell your application! Questions or comments? <a href='https://forums.aws.amazon.com/forum.jspa?forumID=199' target='_blank'>Reach out to us on our forums</a>.</p>
1414
</div>)

dev-portal/src/pages/GettingStarted/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ export default (props) => (
1414
</ol>
1515
<p>The API plans that you subscribe to are governed by throttling limits and quotas as described in the API description.
1616
If you have exhausted your limits and want temporary extensions, contact us.</p>
17-
<p>Successfully built an app? <a href='https://aws.amazon.com/marketplace/management/register/' target='_blank'>Register as a seller</a> in AWS Marketplace and sell your application!
17+
<p>Successfully built an app? <a href='http://docs.aws.amazon.com/apigateway/latest/developerguide/sell-api-as-saas-on-aws-marketplace.html' target='_blank'>Register as a seller</a> in AWS Marketplace and sell your application!
1818
Questions or comments? Reach out to us on our <a href='https://forums.aws.amazon.com/forum.jspa?forumID=199' target='_blank'>forums</a>.</p>
1919
</div>)

0 commit comments

Comments
 (0)