From 74914dbc719f18fc96c64934761604713865b38d Mon Sep 17 00:00:00 2001 From: Jose Varghese <34977009+josevarghese@users.noreply.github.com> Date: Tue, 30 Apr 2024 23:28:25 +0530 Subject: [PATCH] Broken link fixed for the global parameters link Fixed a broken link for the global paramters --- common-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-issues.md b/common-issues.md index 27ad9ba7..44f939be 100644 --- a/common-issues.md +++ b/common-issues.md @@ -153,7 +153,7 @@ See also: [#785](https://github.com/wp-cli/wp-cli/issues/785) ### Conflict between global parameters and command arguments -All of the [global parameters](http://wp-cli.org/config/) (e.g. `--url=`) may conflict with the arguments you'd like to accept for your command. For instance, adding a RSS widget to a sidebar will not populate the feed URL for that widget: +All of the [global parameters](https://make.wordpress.org/cli/handbook/references/config/#global-parameters) (e.g. `--url=`) may conflict with the arguments you'd like to accept for your command. For instance, adding a RSS widget to a sidebar will not populate the feed URL for that widget: $ wp widget add rss sidebar-1 1 --url="http://www.smashingmagazine.com/feed/" --items=3