mikewalch closed pull request #151: Fixed broken links
URL: https://github.com/apache/fluo-website/pull/151
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/_layouts/recipes-doc.html b/_layouts/recipes-doc.html
index 752a30d..3205bf0 100644
--- a/_layouts/recipes-doc.html
+++ b/_layouts/recipes-doc.html
@@ -4,7 +4,7 @@
<div class="fluo-doc">
{% if page.version != site.latest_recipes_release %}
- <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes
{{ page.version }} which is an old version! Check out the <a href="{{
site.baseurl }}/docs/fluo-recipes/{{ site.latest_recipes_release }}">latest
docs</a>!</div>
+ <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes
{{ page.version }} which is an old version! Check out the <a href="{{
site.baseurl }}/docs/fluo-recipes/{{ site.latest_recipes_minor }}">latest
docs</a>!</div>
{% endif %}
{% if page.version == '1.0.0-beta-2' or page.version == '1.0.0-beta-1' or
page.version == '1.0.0-alpha-1' %}
diff --git a/_posts/blog/2016-12-22-spark-load.md
b/_posts/blog/2016-12-22-spark-load.md
index a1e7f75..2f083d9 100644
--- a/_posts/blog/2016-12-22-spark-load.md
+++ b/_posts/blog/2016-12-22-spark-load.md
@@ -230,7 +230,7 @@ implications of early vs late binding is something to
consider.
[LoaderExecutor]: {{ site.fluo_api_static }}/{{ site.latest_fluo_release
}}/org/apache/fluo/api/client/LoaderExecutor.html
[bi2fluo]:{{ site.fluo_recipes_spark_static }}/{{ site.latest_recipes_release
}}/org/apache/fluo/recipes/spark/FluoSparkHelper.html#bulkImportRcvToFluo-org.apache.spark.api.java.JavaPairRDD-org.apache.fluo.recipes.spark.FluoSparkHelper.BulkImportOptions-
[cfminit]:{{ site.fluo_recipes_core_static }}/{{ site.latest_recipes_release
}}/org/apache/fluo/recipes/core/map/CollisionFreeMap.html#getInitializer-java.lang.String-int-org.apache.fluo.recipes.core.serialization.SimpleSerializer-
-[cfm]: /docs/fluo-recipes/{{ site.latest_recipes_release }}/cfm/
+[cfm]: /docs/fluo-recipes/1.0.0-incubating/cfm/
[fluo-813]: https://github.com/apache/incubator-fluo/issues/813
[AccumuloOutputFormat]:
http://accumulo.apache.org/1.8/apidocs/org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html
[Mutation]:
http://accumulo.apache.org/1.8/apidocs/org/apache/accumulo/core/data/Mutation.html
diff --git a/_recipes-1-2/recipes/export-queue.md
b/_recipes-1-2/recipes/export-queue.md
index 7f0a33c..257ba1f 100644
--- a/_recipes-1-2/recipes/export-queue.md
+++ b/_recipes-1-2/recipes/export-queue.md
@@ -299,6 +299,6 @@ example of write skew mentioned in the Percolator paper.
[Exporter]: {{ page.javadoc_core
}}/org/apache/fluo/recipes/core/export/function/Exporter.html
[serial]: https://en.wikipedia.org/wiki/Serializability
-[aeq]: {{ page.docs_base }}/recipes/accumulo-export-queue/
+[aeq]: {{ page.docs_base }}/recipes/accumulo-export/
[transient]: {{ page.docs_base }}/tools/transient/
[table-opt]: {{ page.docs_base }}/tools/table-optimization/
diff --git a/index.html b/index.html
index 92b7e45..b284bbe 100644
--- a/index.html
+++ b/index.html
@@ -49,7 +49,7 @@ <h4>Reliable</h4>
</div>
<div class="col-sm-4">
<h4>Core API</h4>
- <p>The core <a href="{{ site.baseurl }}/docs/fluo/{{
site.latest_fluo_release }}/">Fluo API</a> supports simple, cross-node
transactional updates using get/set methods.</p>
+ <p>The core <a href="{{ site.baseurl }}/docs/fluo/{{
site.latest_fluo_minor }}/">Fluo API</a> supports simple, cross-node
transactional updates using get/set methods.</p>
</div>
</div>
@@ -64,6 +64,6 @@ <h4>General Purpose</h4>
</div>
<div class="col-sm-4">
<h4>Recipes API</h4>
- <p>The <a href="{{ site.baseurl }}/docs/fluo-recipes/{{
site.latest_recipes_release }}/">Fluo Recipes API</a> builds on the core API to
offer complex transactional updates.</p>
+ <p>The <a href="{{ site.baseurl }}/docs/fluo-recipes/{{
site.latest_recipes_minor }}/">Fluo Recipes API</a> builds on the core API to
offer complex transactional updates.</p>
</div>
</div>
diff --git a/tour/architecture.md b/tour/architecture.md
index 48ed123..b5a54e2 100644
--- a/tour/architecture.md
+++ b/tour/architecture.md
@@ -4,4 +4,4 @@ title: Architecture
An [overview] of the Fluo Architecture can be found in Fluo's documentation.
-[overview]: /docs/fluo/{{ site.latest_fluo_release }}/architecture/
+[overview]: /docs/fluo/{{ site.latest_fluo_minor }}/getting-started/design
diff --git a/tour/tx-logging.md b/tour/tx-logging.md
index a16b548..c6be2f9 100644
--- a/tour/tx-logging.md
+++ b/tour/tx-logging.md
@@ -39,6 +39,4 @@ TRACE: txid: 8 thread : 10 time: ... #ret: 1 #set: 0
#collisions: 0 waitTime: 0
```
More information about configuring logging is available in [the logging
-documentation](/docs/fluo/{{ site.latest_fluo_release
}}/applications/#debugging-applications).
-
-
+documentation](/docs/fluo/{{ site.latest_fluo_minor
}}/administration/manage-applications#debugging-applications).
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services