From eb3a96593a367e2f8ca8d7fb738571f069d8ae28 Mon Sep 17 00:00:00 2001
From: Daniel Kurowski <daniel.kurowski@grifart.cz>
Date: Wed, 5 Feb 2020 17:29:23 +0100
Subject: [PATCH] Updated docs URL

---
 src/Request/EventParameters.php | 2 +-
 src/Request/Parameters.php      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Request/EventParameters.php b/src/Request/EventParameters.php
index 32539f9..3046bb7 100644
--- a/src/Request/EventParameters.php
+++ b/src/Request/EventParameters.php
@@ -46,7 +46,7 @@ public function setId($id)
 	/**
 	 * This parameter serves as combinator for multiple conditions, which can not be achieved with concatenating type, program, target group or any other available parameters.
 	 * For example you can not make an union among different parameters. Let's say you want all events which are of type=ohb or of program=brdo. This is not possible with API parameters.
-	 * Thus you can take advantage of preset filters which are documented here: https://bis.brontosaurus.cz/myr.html
+	 * Thus you can take advantage of preset filters which are documented here: https://bis.brontosaurus.cz/myr.php
 	 *
 	 * Beside standard constant usage as a parameter, you can pass bitwise operation argument, e.g. `EventParameters::FILTER_WEEKEND|EventParameters::FILTER_CAMP`.
 	 *
diff --git a/src/Request/Parameters.php b/src/Request/Parameters.php
index 0df7395..d8c63d8 100644
--- a/src/Request/Parameters.php
+++ b/src/Request/Parameters.php
@@ -1,7 +1,7 @@
 <?php
 
 /**
- * See https://bis.brontosaurus.cz/myr.html for more information on values.
+ * See https://bis.brontosaurus.cz/myr.php for more information on values.
  */
 
 namespace HnutiBrontosaurus\BisApiClient\Request;