Skip to content

Commit 3e48634

Browse files
committed
Link back to repo from demos
1 parent df529d4 commit 3e48634

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Example HTML, CSS, and JavaScript for searching for items within a public Zotero
44
user or group library
55

6+
[See the Repo](https://github.com/BLE-LTER/Zotero-JavaScript-Search-Client)
7+
68
Live demos:
79

810
* [Basic example](https://ble-lter.github.io/Zotero-JavaScript-Search-Client/minimal.html)

complete.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
<body>
1818
<div class="container">
1919
<h1>Complete User Interface Example</h1>
20-
<p>This example shows all possible user interface items. It also shows
20+
<p>This <a href="https://github.com/BLE-LTER/Zotero-JavaScript-Search-Client"
21+
rel="noopener">Zotero-JavaScript-Search-Client</a> example
22+
shows all possible user interface items. It also shows
2123
the URL with parameters sent to the Zotero API.</p>
2224
<p>Enter a search term, e.g., groundwater. The user or group with ID <span id="displayId">(not set)</span> will be
2325
searched.</p>

minimal.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
<body>
1818
<div class="container">
1919
<h1>Minimal User Interface Example</h1>
20-
<p>This example does not include elements for letting the user filter by
20+
<p>This <a href="https://github.com/BLE-LTER/Zotero-JavaScript-Search-Client"
21+
rel="noopener">Zotero-JavaScript-Search-Client</a> example does not include elements for letting the user
22+
filter by
2123
item type or sorting results. It also does not display the search URL.</p>
2224
<p>Enter a search term, e.g., groundwater. The user or group with ID <span id="displayId">(not set)</span> will be
2325
searched.</p>

0 commit comments

Comments
 (0)