From 1e46788daa9f14b1c8a3df0dbb9e4a0d5aebe385 Mon Sep 17 00:00:00 2001 From: Tokuhiro Matsuno Date: Wed, 12 May 2021 09:21:36 +0900 Subject: [PATCH] Fix plugin metadata. --- .github/workflows/release.yml | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a8566d0..154b448 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: diff --git a/manifest.json b/manifest.json index d50b933..ed5708d 100644 --- a/manifest.json +++ b/manifest.json @@ -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 }