-
Notifications
You must be signed in to change notification settings - Fork 3k
Update link in GettingStarted to current docs #5149
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
Update link in GettingStarted to current docs #5149
Conversation
@AnotherButler Please review, this should get into the next patch release. |
/morph export-build |
This should be the correct link: [Please note that it will become active after the 5.6 release.] |
Thanks! I'll update this PR in a moment. |
c2837ea
to
97b0dd8
Compare
@AnotherButler I just noticed the |
Sure |
Result: FAILUREYour command has finished executing! Here's what you wrote!
|
Looks like I rebased before that export build could start, killing it dead. |
/morph export-build |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
Outputmbed Build Number: 153 All exports and builds passed! |
@AnotherButler Does it need to be versioned here (v5.6 now) ? no latest? If yes, then we need to update this every minor release. |
I can fix it again later. |
@@ -3,14 +3,14 @@ | |||
<head> | |||
<meta charset="UTF-8"> | |||
<meta http-equiv="refresh" | |||
content="1;url="https://developer.mbed.org/handbook/Getting-Started-mbed-Exporters> | |||
content="1;url="https://os.mbed.com/docs/v5.6/tools/exporting.html> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no go on hardcoding this to a specific version...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sg- I'm going to update this to the "latest" link when we have that link.
@AnotherButtler, could you confirm that this new link is where we store
errata for exporters and is current?
Resolves
Sort of repairs #5146