mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #5685 from 0xc0170/fix_gettinstarted
Export: fix link in gettingstarted templatepull/5624/merge
commit
98a1aecfc1
|
|
@ -3,9 +3,9 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta http-equiv="refresh"
|
<meta http-equiv="refresh"
|
||||||
content="1;url="https://os.mbed.com/docs/v5.6/tools/exporting.html>
|
content="1;url="https://os.mbed.com/docs/latest/tools/exporting.html>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
window.location.href = "https://os.mbed.com/docs/v5.6/tools/exporting.html/"
|
window.location.href = "https://os.mbed.com/docs/latest/tools/exporting.html"
|
||||||
</script>
|
</script>
|
||||||
<title>Page Redirection</title>
|
<title>Page Redirection</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue