Skip to content

Commit

Permalink
Minor docs updates & Link Updates (#361)
Browse files Browse the repository at this point in the history
### Changes
- Fix docs edit URL
- Update links to new webrecorder.net pages
  • Loading branch information
Shrinks99 authored Nov 1, 2024
1 parent 4d02878 commit 218c1ed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion mkdocs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ watch:
site_dir: _genhtml/
repo_url: https://github.com/webrecorder/replayweb.page
repo_name: ReplayWeb.page
edit_uri: edit/main/site/docs/
edit_uri: edit/main/mkdocs/site/docs/
extra_css:
- docs/stylesheets/extra.css
theme:
Expand Down
2 changes: 1 addition & 1 deletion mkdocs/site/docs/embedding/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ For example, if you publish your JavaScript files at:
Then you must adjust your HTML to reference the new resources:

```html
<script src=""/js/ui.js""></script>
<script src="/js/ui.js"></script>

<replay-web-page replayBase="/js/" source="/wacz/example.wacz" url="https://webrecorder.net"></replay-web-page>
```
Expand Down
2 changes: 1 addition & 1 deletion mkdocs/site/docs/user-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

## Supported Formats

While ReplayWeb.page aims to support a variety of formats for archived web content, for best performance we recommend using WACZ files. To archive webpages to WACZ files on a per-page basis, we recommend [ArchiveWeb.page](https://archiveweb.page). If you need to archive entire websites, check out [Browsertrix](https://browsertrix.com).
While ReplayWeb.page aims to support a variety of formats for archived web content, for best performance we recommend using WACZ files. To archive webpages to WACZ files on a per-page basis, we recommend [ArchiveWeb.page](https://webrecorder.net/archivewebpage). If you need to archive entire websites, check out [Browsertrix](https://webrecorder.net/browsertrix).

??? question "WARC? WACZ? What's the difference?"
Due to the nature of the WARC format, the entire file must be read on first use to generate an index — a list of all the pages and content available in the file used by ReplayWebpage to rebuild and display the archived content.
Expand Down
6 changes: 2 additions & 4 deletions src/item-index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -377,13 +377,11 @@ class ItemIndex extends LitElement {
return html`
<p>
Don't have any web archives yet? Check out
<a
href="https://chrome.google.com/webstore/detail/webrecorder-archivewebpag/fpeoodllldobpkbkabpblcfaogecpndd"
target="_blank"
<a href="https://webrecorder.net/archivewebpage" target="_blank"
>ArchiveWeb.page</a
>
to save pages as you browse the web, or
<a href="https://browsertrix.com" target="_blank"
<a href="https://webrecorder.net/browsertrix" target="_blank"
>sign up for Browsertrix</a
>
to archive entire websites with automated crawling!
Expand Down

0 comments on commit 218c1ed

Please sign in to comment.