Update reference to Python web app quickstart#537
Update reference to Python web app quickstart#537rayluo merged 1 commit intoAzureAD:devfrom Dickson-Mwendia:update-doc-references
Conversation
|
@rayluo please review the updates to docs quickstarts |
|
Thanks for the catch. The old link currently shows "... This probably isn't the page you were expecting. While we work on a fix ...". Are we actually working on a fix to restore the old link, or are we permanently moving to the new link? In other words, what will be the canonical link going forward? |
|
We're moving to the new link that holds all quickstarts for a particular app type. Soon we'll remove all references to the old quickstarts and delete them. However, we'll also apply redirects to ensure users do not land on already deleted pages. |
rayluo
left a comment
There was a problem hiding this comment.
Thanks for the catch and clarifying that the new link is the new canonical link.
| <map name="public-map"> | ||
| <area target="_blank" coords="110,150,59,94" shape="rect" | ||
| alt="Web app" title="Web app" href="https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-v2-python-webapp"> | ||
| alt="Web app" title="Web app" href="https://learn.microsoft.com/azure/active-directory/develop/web-app-quickstart?pivots=devlang-python> |
There was a problem hiding this comment.
It turns out, this line and the next line were both missing a trailing quotation mark.
Now I fixed it in my latest commit.
CC: @Dickson-Mwendia
Fixes a couple of broken links, update from https://learn.microsoft.com/en-us/azure/active-directory/develop/quickstart-v2-python-webapp to https://learn.microsoft.com/en-us/azure/active-directory/develop/web-app-quickstart?pivots=devlang-python