Skip to content

Commit

Permalink
Use /marketplace URL
Browse files Browse the repository at this point in the history
  • Loading branch information
zyzzyxdonta committed Jan 14, 2025
1 parent 2b1b082 commit 133f6e5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/hermes/commands/marketplace.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@

from hermes.utils import hermes_doi, hermes_user_agent

MARKETPLACE_URL = "https://hermes.software-metadata.pub"
MARKETPLACE_URL_DISPLAY = f"{MARKETPLACE_URL}#plugins"
MARKETPLACE_URL = "https://hermes.software-metadata.pub/marketplace"


class SchemaOrgModel(BaseModel):
Expand Down Expand Up @@ -96,8 +95,8 @@ def main():
parser.feed(response.text)

print(
"A detailed list of available plugins can be found on the "
f"Hermes website at {MARKETPLACE_URL_DISPLAY}"
"A detailed list of available plugins can be found on the Hermes website at",
MARKETPLACE_URL,
)

if parser.plugins:
Expand Down

0 comments on commit 133f6e5

Please sign in to comment.