You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flagon.apache.org by po...@apache.org on 2019/04/08 02:20:56 UTC

[incubator-flagon] branch FLAGON-344 updated: [FLAGON-354] updated Distill docs to reflect Flagon name change and modified URLS--page tree was broken

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

poorejc pushed a commit to branch FLAGON-344
in repository https://gitbox.apache.org/repos/asf/incubator-flagon.git


The following commit(s) were added to refs/heads/FLAGON-344 by this push:
     new 27c8892  [FLAGON-354] updated Distill docs to reflect Flagon name change and modified URLS--page tree was broken
27c8892 is described below

commit 27c8892200300202ba14ed89699f33da384097d8
Author: poorejc <po...@apache.org>
AuthorDate: Sun Apr 7 22:20:46 2019 -0400

    [FLAGON-354] updated Distill docs to reflect Flagon name change and modified URLS--page tree was broken
---
 site/_docs/distill/api.md   |  8 ++++----
 site/_docs/distill/http.md  |  2 +-
 site/_docs/distill/index.md | 11 ++++-------
 3 files changed, 9 insertions(+), 12 deletions(-)

diff --git a/site/_docs/distill/api.md b/site/_docs/distill/api.md
index b6267bc..43de309 100644
--- a/site/_docs/distill/api.md
+++ b/site/_docs/distill/api.md
@@ -4,19 +4,19 @@ component: distill
 priority: 9
 ---
 
-### [Apache Distill HTTP Client]({{ '/docs/distill/http/' | prepend: site.baseurl }})
+### [Apache Distill HTTP Client]({{ '/docs/distill/http.html' | prepend: site.baseurl }})
 - RESTful Endpoints
 
-### [Apache Distill Analytics]({{ '/docs/distill/analytics/' | prepend: site.baseurl }})
+### [Apache Distill Analytics]({{ '/docs/distill/analytics.html' | prepend: site.baseurl }})
 - Graph Analytics
 - Statistics Package
 
-### [Apache Distill Models]({{ '/docs/distill/models/' | prepend: site.baseurl }})
+### [Apache Distill Models]({{ '/docs/distill/models.html' | prepend: site.baseurl }})
 - Brew Interface
 - Stout Interface
 - UserAle Interface
 
-### [Apache Distill Utilities]({{ '/docs/distill/utilities/' | prepend: site.baseurl }})
+### [Apache Distill Utilities]({{ '/docs/distill/utilities.html' | prepend: site.baseurl }})
 - Query Builder
 - Exception Handling
 - Validation Library
diff --git a/site/_docs/distill/http.md b/site/_docs/distill/http.md
index 1dcaa99..9c8267a 100644
--- a/site/_docs/distill/http.md
+++ b/site/_docs/distill/http.md
@@ -74,7 +74,7 @@ $ curl -XGET https://localhost:8090
 ```javascript
 {
         "author" : "Michelle Beard",
-        "email" : "mbeard@draper.com",
+        "email" : "msbeard@apache.org",
         "name": "Distill",
         "status" : true,
         "version" : "1.0",
diff --git a/site/_docs/distill/index.md b/site/_docs/distill/index.md
index 8c712b0..0564c50 100644
--- a/site/_docs/distill/index.md
+++ b/site/_docs/distill/index.md
@@ -10,7 +10,7 @@ priority: 0
 The first step is to install Apache Distill. First, checkout the latest version of Apache Distill.
 
   ```shell
-  $ git clone https://git-wip-us.apache.org/repos/asf/incubator-senssoft-distill.git
+  $ git clone https://gitbox.apache.org/repos/asf/incubator-flagon-distill.git
   ```
 
 Apache Distill is a python project, so it can be installed like any other python library. Several operating systems (Mac OS X, Major Versions of Linux/BSD) have Python pre-installed, so you should just have to run
@@ -27,7 +27,7 @@ Apache Distill is a python project, so it can be installed like any other python
 
 Users are strongly recommended to install Apache Distill in a virtualenv. Instructions to setup an virtual environment will be explained below.
 
-> **Note**&
+> **Note**
 When the package is installed via easy_install or pip this function will be bound to the distill executable in the Python installation’s bin directory (on Windows - the Scripts directory).
 
 ### Installing Apache Distill in an Virtual Environment
@@ -111,8 +111,7 @@ Create a directory to store the project.
 Download the project from the GitHub repository and copy the application to the /home/public_html directory.
 
   ```shell
-  $ git clone https://git-wip-us.apache.org/repos/asf
-  /incubator-senssoft-distill.git /home/public_html
+  $ git clone https://gitbox.apache.org/repos/asf/incubator-flagon-distill.git /home/public_html
   ```
 
 Install Apache Distill’s requirements either globally or in a virutal environment:
@@ -141,9 +140,7 @@ Start a new browser instance and navigate to http://localhost.
 
 ### Installing Documentation
 
-To save yourself the trouble, all up to date documentation is available at https://draperlaboratory.github.io/distill/.
-
-However, if you want to manully build the documentation, the instructions are below.
+If you want to manually build the documentation, the instructions are below.
 
 First, install the documentation dependencies: