Skip to content

Commit

Permalink
Fixed the global parameters link
Browse files Browse the repository at this point in the history
  • Loading branch information
josevarghese authored May 1, 2024
1 parent 552b055 commit 95c516e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal-api/wp-cli-get-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Get values of global configuration parameters.
## Notes

Provides access to `--path=<path>`, `--url=<url>`, and other values of
the [global configuration parameters](https://wp-cli.org/config/).
the [global configuration parameters](https://make.wordpress.org/cli/handbook/references/config/#global-parameters).

```
WP_CLI::log( 'The --url=<url> value is: ' . WP_CLI::get_config( 'url' ) );
Expand Down

0 comments on commit 95c516e

Please sign in to comment.