7c65953ed9
* Fix #1034. Update help link. * npm test -- -u
12 lines
465 B
HTML
12 lines
465 B
HTML
<html>
|
|
<head>
|
|
<meta http-equiv="refresh" content="0;url=https://docs.mattermost.com/guides/boards.html" />
|
|
<title>Page Moved</title>
|
|
<script type="text/javascript">
|
|
window.location.replace("https://docs.mattermost.com/guides/boards.html");
|
|
</script>
|
|
</head>
|
|
<body>
|
|
This page has moved. Click <a href="https://docs.mattermost.com/guides/boards.html">here</a> to go to the new page.
|
|
</body>
|
|
</html>
|