From 3bebfac7698541f0d9da6775e8f648b5683f418b Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Thu, 8 Mar 2018 19:26:36 +0100 Subject: [PATCH] TASK: Fix documentation As we have moved the repository at github, we should update all mentions to use new url. Also a small typo was fixed. --- Documentation/source/development/contribution.rst | 4 ++-- Documentation/source/development/indexer.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/source/development/contribution.rst b/Documentation/source/development/contribution.rst index 32b6400..c362c37 100644 --- a/Documentation/source/development/contribution.rst +++ b/Documentation/source/development/contribution.rst @@ -28,7 +28,7 @@ requirements: Then setup your system:: - git clone git@github.com:DanielSiepmann/search_core.git \ + git clone git@github.com:codappix/search_core.git \ && cd search_core \ && export typo3DatabaseName="searchcoretest76" \ && export TYPO3_VERSION="~8.7" \ @@ -64,6 +64,6 @@ All changes are introduced through pull requests at `Github`_ and should contain * Make sure to follow the documented :ref:`concepts`. -.. _Github: https://github.com/DanielSiepmann/search_core +.. _Github: https://github.com/codappix/search_core .. _travis-ci: https://travis-ci.org/ .. _PSR-2: http://www.php-fig.org/psr/psr-2/ diff --git a/Documentation/source/development/indexer.rst b/Documentation/source/development/indexer.rst index c44aabd..d5a067e 100644 --- a/Documentation/source/development/indexer.rst +++ b/Documentation/source/development/indexer.rst @@ -13,7 +13,7 @@ trigger indexing or deletion of whole index. As this is the "indexer", deletion of single documents is directly processed by the connection. -``setIdentifier`` is called with the identifier of the current Indexer. This might be usefull to +``setIdentifier`` is called with the identifier of the current Indexer. This might be useful to fetch configuration, related to the indexing, from ``Codappix\SearchCore\Configuration\ConfigurationContainerInterface``.