Browse Source

[DOCS] Fix 404s (#62918)

* Update url to camel.apache component integration

* Point url to v5.0 code to the right branch

* Fix text around link

Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>
Guido Lena Cota 5 years ago
parent
commit
569c8c0dfd
2 changed files with 3 additions and 3 deletions
  1. 1 1
      docs/plugins/integrations.asciidoc
  2. 2 2
      docs/resiliency/index.asciidoc

+ 1 - 1
docs/plugins/integrations.asciidoc

@@ -101,7 +101,7 @@ releases 2.0 and later do not support rivers.
 [discrete]
 ==== Supported by the community:
 
-* https://camel.apache.org/elasticsearch.html[Apache Camel Integration]:
+* https://camel.apache.org/components/2.x/elasticsearch-component.html[Apache Camel Integration]:
   An Apache camel component to integrate Elasticsearch
 
 * https://metacpan.org/pod/Catmandu::Store::ElasticSearch[Catmandu]:

+ 2 - 2
docs/resiliency/index.asciidoc

@@ -238,8 +238,8 @@ fixes to the model and validated that the fixed design behaved as expected.
 We have increased our test coverage to include scenarios tested by Jepsen that demonstrate loss of acknowledged writes, as described in
 the Elasticsearch related blogs. We make heavy use of randomization to expand on the scenarios that can be tested and to introduce
 new error conditions.
-You can follow the work on the master branch of the
-https://github.com/elastic/elasticsearch/blob/master/core/src/test/java/org/elasticsearch/discovery/DiscoveryWithServiceDisruptionsIT.java[`DiscoveryWithServiceDisruptionsIT` class],
+You can view these changes on the `5.0` branch of the
+https://github.com/elastic/elasticsearch/blob/5.0/core/src/test/java/org/elasticsearch/discovery/DiscoveryWithServiceDisruptionsIT.java[`DiscoveryWithServiceDisruptionsIT` class],
 where the `testAckedIndexing` test was specifically added to check that we don't lose acknowledged writes in various failure scenarios.