chore: update permalinks

This commit is contained in:
metonym 2021-10-05 15:28:08 -07:00
commit ba5c98df80
5 changed files with 10 additions and 25 deletions

View file

@ -3,10 +3,16 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="refresh" content="0; URL='http://ibm.biz/carbon-svelte'" />
<meta
http-equiv="refresh"
content="0; URL='https://carbon-components-svelte.onrender.com'"
/>
<title>Carbon Components Svelte</title>
</head>
</head>
<body>
Documentation has moved: <a href="http://ibm.biz/carbon-svelte">ibm.biz/carbon-svelte</a>
</body>
Documentation has moved:
<a href="https://carbon-components-svelte.onrender.com"
>https://carbon-components-svelte.onrender.com</a
>
</body>
</html>