Skip to content

Commit ba8bb61

Browse files
committed
feat(links): Correct link to issues support
Signed-off-by: sylus <[email protected]>
1 parent d458f32 commit ba8bb61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/_default/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ enable = false
248248
desc = "Want to collaborate with us? New users are always welcomed"
249249
[[params.links.user]]
250250
name ="Drupal Issue Queue"
251-
url = "https://drupal.org/project/wxt/issues"
251+
url = "https://drupal.org/project/issues/wxt"
252252
icon = "fab fa-drupal"
253253
desc = "Give and recieve support from the Drupal.org community"
254254
# Developer relevant links. These will show up on right side of footer and in the community page if you have one.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"author": "",
2323
"license": "ISC",
2424
"bugs": {
25-
"url": "https://github.com/drupalwxt/wxt/issues"
25+
"url": "https://github.com/drupalwxt/issues/wxt"
2626
},
2727
"homepage": "https://drupalwxt.github.io",
2828
"engines": {

0 commit comments

Comments
 (0)