diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 4f62918..8bb05b2 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - name: Security vulnerability - url: https://github.com/apcar/page-parcel/security/advisories/new + url: https://github.com/apcar/pageparcel/security/advisories/new about: Report security issues privately after private vulnerability reporting is enabled. diff --git a/CITATION.cff b/CITATION.cff index 4bd215b..25b44f4 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,7 +8,7 @@ authors: - family-names: "Greene" given-names: "Andrew" alias: "apcar" -repository-code: "https://github.com/apcar/page-parcel" -url: "https://github.com/apcar/page-parcel" +repository-code: "https://github.com/apcar/pageparcel" +url: "https://github.com/apcar/pageparcel" license: MIT abstract: "A local-first Chrome extension that packages web pages into portable records with screenshots, Markdown, source metadata, and SHA-256 integrity hashes." diff --git a/assets/extension/package.json b/assets/extension/package.json index 56d9656..ef265f9 100644 --- a/assets/extension/package.json +++ b/assets/extension/package.json @@ -8,10 +8,10 @@ "author": "Andrew Greene ", "repository": { "type": "git", - "url": "https://github.com/apcar/page-parcel.git" + "url": "https://github.com/apcar/pageparcel.git" }, - "homepage": "https://github.com/apcar/page-parcel#readme", - "bugs": "https://github.com/apcar/page-parcel/issues", + "homepage": "https://github.com/apcar/pageparcel#readme", + "bugs": "https://github.com/apcar/pageparcel/issues", "keywords": [ "chrome-extension", "screenshot",