Skip to content

Commit

Permalink
[TASK] Update old references to AOEPeople in Links
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasnorre committed Jun 14, 2024
1 parent cd255e7 commit 23906f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ We have included a [ddev](https://www.ddev.com) devbox to help the development.
##### How to use the devbox?

```shell script
$ git clone git@github.com:AOEpeople/crawler.git
$ git clone git@github.com:tomasnorre/crawler.git
$ cd .devbox
$ ddev start
```
Expand Down
2 changes: 1 addition & 1 deletion Classes/Converter/JsonCompatibilityConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class JsonCompatibilityConverter
* in the database. To ensure that older crawler entries, which have already been stored as serialized data
* still works, we have added this converter that can be used for the reading part. The writing part will be done
* in json from now on.
* @see https://github.com/AOEpeople/crawler/issues/417
* @see https://github.com/tomasnorre/crawler/issues/417
*
* @throws Exception
*/
Expand Down
2 changes: 1 addition & 1 deletion Tests/Acceptance/BackendModule/BackendModuleCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function updateUrlButton(BackendModule $I, Admin $adminStep, PageTree $pa

/**
* Ensure that Crawler Configurations with Exclude pages set to: e.g. 6+3 is working
* https://github.com/AOEpeople/crawler/issues/777
* https://github.com/tomasnorre/crawler/issues/777
*/
public function CrawlerConfigurationWithExcludePageSixPlusThree(
BackendModule $I,
Expand Down

0 comments on commit 23906f7

Please sign in to comment.