Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions zotero/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,12 @@ Flexible semantic statements:

## 📘 Documentation

**Full documentation:** http://sciencelive4all.org/zotero-plugin/
**Full documentation:** https://sciencelive4all.org/science-live-platform/

- [Installation Guide](http://sciencelive4all.org/zotero-plugin/getting-started/installation/)
- [Quick Start](http://sciencelive4all.org/zotero-plugin/getting-started/quick-start/)
- [Template Guide](http://sciencelive4all.org/zotero-plugin/user-guide/templates/)
- [Architecture](http://sciencelive4all.org/zotero-plugin/technical/architecture/)
- [Installation Guide](https://sciencelive4all.org/science-live-platform/getting-started/installation/)
- [Quick Start](https://sciencelive4all.org/science-live-platform/getting-started/quick-start/)
- [Template Guide](https://sciencelive4all.org/science-live-platform/user-guide/templates/)
- [Architecture](https://sciencelive4all.org/science-live-platform/technical/architecture/)

---

Expand Down
2 changes: 1 addition & 1 deletion zotero/addon/content/preferences.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
class="zotero-text-link keyboard-clickable"
is="zotero-text-link"
role="link"
href="https://sciencelive4all.org/zotero-plugin/"
href="https://sciencelive4all.org/science-live-platform/"
value="Science Live - Zotero Nanopub Plugin"
></label>
</groupbox>
Expand Down
2 changes: 1 addition & 1 deletion zotero/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
site_name: Zotero Nanopublication Plugin
site_description: Create nanopublications from Zotero items and PDF highlights using Nanodash templates
site_url: https://sciencelive4all.org/zotero-plugin//
site_url: https://sciencelive4all.org/science-live-platform/
repo_url: https://github.com/ScienceLiveHub/science-live-platform
repo_name: ScienceLiveHub/science-live-platform

Expand Down
2 changes: 1 addition & 1 deletion zotero/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"bugs": {
"url": "https://github.com/ScienceLiveHub/science-live-platform/issues"
},
"homepage": "https://sciencelive4all.org/zotero-plugin/",
"homepage": "https://sciencelive4all.org/science-live-platform/",
"scripts": {
"start": "npm run build:embedded-css && zotero-plugin serve",
"build": "npm run build:embedded-css && zotero-plugin build && tsc --noEmit",
Expand Down
Loading