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
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ code for any text, image, audio, or video. Anyone can derive the same **ISCC-COD
content, with no registry and no assignment step.

[Learn how it works](concept.md){ .iscc-btn .iscc-btn--primary }
[Try it live](https://demo.iscc.io){ .iscc-btn }
[Try it live](https://web.iscc.io){ .iscc-btn }

*Open source · ISO 24138:2024 · maintained by the [ISCC Foundation](https://iscc.io)*

Expand Down Expand Up @@ -80,7 +80,7 @@ Each unit is a compact, similarity-preserving hash.

## Try it

- **Web demo:** <https://demo.iscc.io>
- **Web demo:** <https://web.iscc.io>
- **Playground:** <https://huggingface.co/spaces/iscc/iscc-playground>

## Developer entry points
Expand Down
2 changes: 1 addition & 1 deletion docs/license.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ icon: lucide/scale

<!-- iscc-sum:start -->

**Documentation source ISCC-SUM**: `ISCC:K4AEK2KH4GCOSSYMKR3ORSLHNCRTCBBWM7JO7NF3NLKD2I66D27A2MA`
**Documentation source ISCC-SUM**: `ISCC:K4AEK2KH4GCOSSYMKR3ORSLHNCRTD2G3SFYPHJUHGIR6TO6REZHOYXQ`

This wide ISCC-SUM identifies the documentation source tree generated with
`iscc-sum --tree docs`. The license page itself is excluded from the tree via
Expand Down
4 changes: 2 additions & 2 deletions docs/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Every repository below is developed in the open under the **Apache-2.0** license
<div class="iscc-repos">
<a class="iscc-repo" href="https://github.com/iscc/iscc-web">
<span class="iscc-repo__name">iscc-web</span><span class="iscc-badge iscc-badge--stable">Stable</span>
<span class="iscc-repo__desc">REST API service for ISCC generation. Powers the public web demo at demo.iscc.io.</span>
<span class="iscc-repo__desc">REST API service for ISCC generation. Powers the public web demo at web.iscc.io.</span>
<span class="iscc-repo__cta"><svg class="iscc-repo__icon" viewBox="0 0 16 16" aria-hidden="true"><use href="#gh-mark"></use></svg>View on GitHub &rarr;</span>
</a>
<a class="iscc-repo" href="https://github.com/iscc/iscc-hub">
Expand Down Expand Up @@ -115,7 +115,7 @@ Every repository below is developed in the open under the **Apache-2.0** license
Three million book covers from the Amazon Reviews'23 dataset, indexed and searchable through ISCC
similarity matching.

### [ISCC Web Demo](https://demo.iscc.io/)
### [ISCC Web Demo](https://web.iscc.io/)

Minimal web application for generating ISCCs directly in the browser. Live instance of
[iscc-web](https://github.com/iscc/iscc-web).
Expand Down
Loading