Skip to content

Commit

Permalink
Updated docs URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kurowski committed Feb 5, 2020
1 parent 8e2fdec commit eb3a965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Request/EventParameters.php
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
*
Expand Down
2 changes: 1 addition & 1 deletion src/Request/Parameters.php
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit eb3a965

Please sign in to comment.