You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perl -i -pe "s|http://www.arduino.cc/en/Reference/[^?\"']*\?[^'\"]*|#|g"*.html # replace links to unknown pages with links to '#'
19
+
perl -i -pe "s|http://www.arduino.cc/en/Guide/([^']*)|Guide_\1.html|g"*.html # replace links to remote guide with links to local guide
18
20
perl -i -pe "s|http://www.arduino.cc/en/Reference/([^']*)|\1.html|g"*.html # replace links to remote reference with links to local reference
19
21
perl -i -pe "s|http://www.arduino.cc/en/Serial/([^']*)|Serial_\1.html|g"*.html # replace links to remove serial reference with links to local serial reference
0 commit comments