From 6f5638146a517c8520ac12ede04756bcb21836f1 Mon Sep 17 00:00:00 2001 From: Dan Webb Date: Mon, 30 Oct 2023 15:47:28 +0000 Subject: [PATCH] Fix markdown Signed-off-by: Dan Webb --- CHANGELOG.md | 2 ++ documentation/install.md | 2 +- documentation/install_repository.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2fa876c3..885d91ae2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +- Fix markdown errors + ## 5.1.6 - *2023-09-28* ## 5.1.5 - *2023-09-04* diff --git a/documentation/install.md b/documentation/install.md index 330bd5fe2..ab821e306 100644 --- a/documentation/install.md +++ b/documentation/install.md @@ -1,6 +1,6 @@ # `elasticsearch_install` -The install_repository.rb class is part of the Elasticsearch Cookbook and is responsible for managing the installation and removal of Elasticsearch repositories. It includes helper methods from the ElasticsearchCookbook::Helpers module and utilizes partials _common.rb and_repository.rb for defining properties related to Elasticsearch instances and repository options. +The install_repository.rb class is part of the Elasticsearch Cookbook and is responsible for managing the installation and removal of Elasticsearch repositories. It includes helper methods from the ElasticsearchCookbook::Helpers module and utilizes `partials/_common.rb` and `partials/_repository.rb` for defining properties related to Elasticsearch instances and repository options. ## Properties diff --git a/documentation/install_repository.md b/documentation/install_repository.md index fd7285001..2bec1e566 100644 --- a/documentation/install_repository.md +++ b/documentation/install_repository.md @@ -1,6 +1,6 @@ # install_repository -The install_repository.rb class is part of the Elasticsearch Cookbook and is responsible for managing the installation and removal of Elasticsearch repositories. It includes helper methods from the ElasticsearchCookbook::Helpers module and utilizes partials _common.rb and_repository.rb for defining properties related to Elasticsearch instances and repository options. +The install_repository.rb class is part of the Elasticsearch Cookbook and is responsible for managing the installation and removal of Elasticsearch repositories. It includes helper methods from the ElasticsearchCookbook::Helpers module and utilizes `partials/_common.rb` and `partials/_repository.rb` for defining properties related to Elasticsearch instances and repository options. ## Notes