You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by sc...@apache.org on 2018/10/05 22:07:40 UTC

[beam-site] branch create-table-redirect created (now d4be93d)

This is an automated email from the ASF dual-hosted git repository.

scott pushed a change to branch create-table-redirect
in repository https://gitbox.apache.org/repos/asf/beam-site.git.


      at d4be93d  Remove extra redirect

This branch includes the following new commits:

     new d4be93d  Remove extra redirect

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[beam-site] 01/01: Remove extra redirect

Posted by sc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

scott pushed a commit to branch create-table-redirect
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit d4be93d8eaf8aa95fc9845c522fa56b7ca1f201e
Author: Scott Wegner <sc...@apache.org>
AuthorDate: Fri Oct 5 15:07:33 2018 -0700

    Remove extra redirect
    
    This is causing issues with pre-commit because the link doesn't exist on beam.apache.org, and the generated redirect files use absolute URLs, rather than relative URLs
---
 src/documentation/dsls/sql/create-external-table.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/documentation/dsls/sql/create-external-table.md b/src/documentation/dsls/sql/create-external-table.md
index fee0b29..d538a83 100644
--- a/src/documentation/dsls/sql/create-external-table.md
+++ b/src/documentation/dsls/sql/create-external-table.md
@@ -5,7 +5,6 @@ section_menu: section-menu/sdks.html
 permalink: /documentation/dsls/sql/create-external-table/
 redirect_from:
   - /documentation/dsls/sql/statements/create-table/
-  - /documentation/dsls/sql/create-table/
 ---
 <!--
 Licensed under the Apache License, Version 2.0 (the "License");