Skip to content

Commit

Permalink
Fix plugin metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
tokuhirom committed May 12, 2021
1 parent 6b8b493 commit 1e46788
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- "*" # Push events to matching any tag format, i.e. 1.0, 20.15.10

env:
PLUGIN_NAME: obsidian-twohop-links-plugin # Change this to the name of your plugin-id folder
PLUGIN_NAME: obsidian-2hop-links-plugin # Change this to the name of your plugin-id folder

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"minAppVersion": "0.9.12",
"description": "Add links to other pages at the bottom of the editor.",
"author": "Tokuhiro Matsuno",
"authorUrl": "https://obsidian.md/about",
"authorUrl": "https://github.com/tokuhirom/",
"isDesktopOnly": false
}

0 comments on commit 1e46788

Please sign in to comment.