Skip to content

Commit a03e6b6

Browse files
authored
update link to use new doc domain
1 parent 2adecfb commit a03e6b6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class MyApp
100100

101101
### Providers & Hooks
102102

103-
The OpenFeature project maintains the [open-feature/php-sdk-contrib](https://github.com/open-feature/php-sdk-contrib) repository, which includes contributed providers and hooks. Vendors can also implement and maintain their own providers as well. We update [the PHP docs page](https://docs.openfeature.dev/docs/reference/technologies/server/php) with these vendors as often as possible.
103+
The OpenFeature project maintains the [open-feature/php-sdk-contrib](https://github.com/open-feature/php-sdk-contrib) repository, which includes contributed providers and hooks. Vendors can also implement and maintain their own providers as well. We update [the PHP docs page](https://openfeature.dev/docs/reference/technologies/server/php) with these vendors as often as possible.
104104

105105
## Development
106106

Diff for: src/interfaces/flags/EvaluationDetails.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
* A structure representing the result of the flag evaluation process,
1212
* and made available in the detailed flag resolution functions
1313
*
14-
* @see https://docs.openfeature.dev/docs/specification/glossary#evaluating-flag-values
15-
* @see https://docs.openfeature.dev/docs/specification/sections/flag-evaluation#detailed-flag-evaluation
14+
* @see https://openfeature.dev/docs/specification/glossary#evaluating-flag-values
15+
* @see https://openfeature.dev/docs/specification/sections/flag-evaluation#detailed-flag-evaluation
1616
*/
1717
interface EvaluationDetails
1818
{

Diff for: src/interfaces/provider/ResolutionDetails.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* A structure which contains a subset of the fields defined in the evaluation
1111
* details, representing the result of the provider's flag resolution process
1212
*
13-
* @see https://docs.openfeature.dev/docs/specification/glossary#resolving-flag-values
13+
* @see https://openfeature.dev/docs/specification/glossary#resolving-flag-values
1414
*/
1515
interface ResolutionDetails
1616
{

0 commit comments

Comments
 (0)