Skip to content

Commit

Permalink
[DOCS] Fix 404s (#62918) (#63013)
Browse files Browse the repository at this point in the history
Co-authored-by: James Rodewig <[email protected]>

Co-authored-by: Guido Lena Cota <[email protected]>
  • Loading branch information
jrodewig and glenacota authored Sep 29, 2020
1 parent 42437e4 commit 26f98f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/plugins/integrations.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]:
Expand Down
4 changes: 2 additions & 2 deletions docs/resiliency/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,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.


Expand Down

0 comments on commit 26f98f3

Please sign in to comment.