Skip to content

Commit 2beca77

Browse files
huaxingaosrowen
authored andcommitted
[SPARK-28795][FOLLOW-UP] Links should point to html instead of md files
### What changes were proposed in this pull request? Use html files for the links ### Why are the changes needed? links not working ### Does this PR introduce any user-facing change? Yes ### How was this patch tested? Used jekyll build and serve to verify. Closes apache#26494 from huaxingao/spark-28795. Authored-by: Huaxin Gao <[email protected]> Signed-off-by: Sean Owen <[email protected]>
1 parent 56be731 commit 2beca77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sql-ref-syntax-ddl-create-view.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ CREATE GLOBAL TEMPORARY VIEW IF NOT EXISTS subscribed_movies
7878
{% endhighlight %}
7979

8080
### Related Statements
81-
- [ALTER VIEW](sql-ref-syntax-ddl-alter-view.md)
82-
- [DROP VIEW](sql-ref-syntax-ddl-drop-view.md)
81+
- [ALTER VIEW](sql-ref-syntax-ddl-alter-view.html)
82+
- [DROP VIEW](sql-ref-syntax-ddl-drop-view.html)

0 commit comments

Comments
 (0)