Hi @DaveX. I have fixed the broken link in that post.
In case anyone is interested in how to translate links that are broken due to using URLs with this old old format, I'll provide instructions:
The format used by these URLs is:
http://arduino.cc/forum/index.php/topic,<old topic ID>.<old post #>.html
We might expect that we can do a simple manual translation, for example:
Old URL:
http://arduino.cc/forum/index.php/topic,85335.45.html
New URL:
http://forum.arduino.cc/t/85335/45
But unfortunately the topic IDs have changed, so that doesn't work.
The web team set up a topic URL redirect system when the forum was migrated from the previous SMF forum framework to the current Discourse framework and the IDs changed. However, those redirects only work for the old URL format (http://forum.arduino.cc/index.php/topic=<old topic ID>.<post #>.html) that was in use at the time of the migration. The URL format we see here is from an even older era of the forum, and is not covered by the redirect system. Fortunately the topic IDs are the same between the old old URL format and the old URL format, so we only need to manually translate the old old URL format to the old URL format, then use the redirect system to get the new URL:
- Change the
arduino.cc/forum component of the URL to forum.arduino.cc
- Change the
, to =
- Open the URL in the browser.
The page will automatically redirect to the current URL for the topic in the Discourse format.
- Append
/<old post # + 1> to the URL obtained by the previous step.
The post number is incremented to translate from the 0-indexed SMF post number system to the 1-indexed Discourse system.
So we start from this old old format URL:
http://arduino.cc/forum/index.php/topic,85335.45.html
manually convert it to the old format URL:
http://forum.arduino.cc/index.php/topic=85335.45.html
Then use the redirect system to get the new URL for the topic:
https://forum.arduino.cc/t/28byj-48-5-volt-stepper/83653
Finally, manually add the post # to the URL (the redirect system does not handle the post #):
https://forum.arduino.cc/t/28byj-48-5-volt-stepper/83653/46