This repository was archived by the owner on May 4, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33< head >
44 < title > {{ .Title }} {{ if ne .Title .Site.Title }} · {{ .Site.Title }}{{ end }}</ title >
55
6+ < link rel ="canonical " href ="https://www.thecoderscorner.com/products/arduino-libraries/ ">
7+
8+ < meta http-equiv ="refresh " content ="0; url=https://www.thecoderscorner.com/products/arduino-libraries/ ">
9+
10+ < script type ="text/javascript ">
11+ window . location . replace ( "https://www.thecoderscorner.com/products/arduino-libraries/" ) ;
12+ </ script >
13+
614 < meta http-equiv ="content-type " content ="text/html; charset=utf-8 ">
715 < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
816 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
Original file line number Diff line number Diff line change 33< head >
44 < title > {{ .Title }} {{ if ne .Title .Site.Title }} · {{ .Site.Title }}{{ end }}</ title >
55
6+ {{- $new_base := "https://www.thecoderscorner.com/products/" -}}
7+ {{- $path := .RelPermalink | relURL -}}
8+
9+ < link rel ="canonical " href ="{{ $new_base }}{{ $path }} ">
10+
11+ < meta http-equiv ="refresh " content ="0; url={{ $new_base }}{{ $path }} ">
12+
13+ < script type ="text/javascript ">
14+ let newUrl = "{{ $new_base }}" + window . location . pathname . replace ( '/documentation/' , '' ) ;
15+ window . location . replace ( newUrl ) ;
16+ </ script >
17+
618 < meta http-equiv ="content-type " content ="text/html; charset=utf-8 ">
719 < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
820 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
2436 </ head >
2537< body >
2638 {{ partial "base/header" . }}
39+ < h1 > This documentation has moved, if you're not redirected, please visit
40+ < a href ="{{ $new_base }}{{ $path }} "> the new location</ a >
41+ </ h1 >
You can’t perform that action at this time.
0 commit comments