Skip to content

Commit f147664

Browse files
authored
Merge pull request #502 from josevarghese/patch-2
Fixed broken link for the global parameters hyperlink
2 parents 7fc996a + 74914db commit f147664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ See also: [#785](https://github.com/wp-cli/wp-cli/issues/785)
153153

154154
### Conflict between global parameters and command arguments
155155

156-
All of the [global parameters](http://wp-cli.org/config/) (e.g. `--url=<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:
156+
All of the [global parameters](https://make.wordpress.org/cli/handbook/references/config/#global-parameters) (e.g. `--url=<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:
157157

158158

159159
$ wp widget add rss sidebar-1 1 --url="http://www.smashingmagazine.com/feed/" --items=3

0 commit comments

Comments
 (0)