Skip to content

Commit 16aae5a

Browse files
authored
Redirect /models to github../models (#68)
* submodule update * redirect /models to github../models * update submodule
1 parent 0782059 commit 16aae5a

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

doc_index/models.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "Redirecting to github..."
3+
nav_exclude: true
4+
permalink: /models/
5+
---
6+
7+
<script>
8+
document.body.innerHTML = '';
9+
window.location.href = "https://github.com/sql-machine-learning/models"
10+
</script>

gomaxcompute

sqlflow

0 commit comments

Comments
 (0)