Skip to content

Commit

Permalink
Rename repo name to new web crawler one
Browse files Browse the repository at this point in the history
  • Loading branch information
vmandic committed Feb 3, 2024
1 parent 48ebba6 commit b54c71a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tris - A Simple Web Crawler 🕸🕷

![Docker build](https://github.com/vmandic/tris-simple-spider-scraper/actions/workflows/docker-image.yml/badge.svg)
![Docker build](https://github.com/vmandic/tris-web-crawler/actions/workflows/docker-image.yml/badge.svg)

Docker 🐋 images: https://hub.docker.com/repository/docker/vmandic/tris

Expand Down Expand Up @@ -60,7 +60,7 @@ Prerequisite is NodeJS >= v14.17 (check out related [package.json](./package.jso
1. Clone the repository:

```bash
git clone https://github.com/vmandic/tris-simple-spider-scraper.git
git clone https://github.com/vmandic/tris-web-crawler.git
```

2. Yarn install:
Expand Down
8 changes: 4 additions & 4 deletions src/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h1 class="text-3xl font-bold mb-4">
<h3 class="text-lg mb-4 font-bold">How to use:</h3>
<p>
Tris was designed to be used on your local computer so make sure you
<a href="https://github.com/vmandic/tris-simple-spider-scraper"
<a href="https://github.com/vmandic/tris-web-crawler"
>get the source code</a
>
and run in it on your own computer. If you wish to try it in a limited
Expand All @@ -110,10 +110,10 @@ <h3 class="text-lg mb-4 font-bold">Current crawler settings:</h3>
<h3 class="text-lg mb-4 font-bold">Source Code:</h3>
<p class="text-lg mb-4">
The source code for Tris is available on GitHub:<br /><a
href="https://github.com/vmandic/tris-simple-spider-scraper"
href="https://github.com/vmandic/tris-web-crawler"
target="_blank"
rel="noopener noreferrer"
>https://github.com/vmandic/tris-simple-spider-scraper</a
>https://github.com/vmandic/tris-web-crawler</a
>
</p>
</div>
Expand All @@ -122,7 +122,7 @@ <h3>
Built by Vedran Mandić (<a href="https://hachyderm.io/@vekzdran">@[email protected]</a>) with ❤️️
<br/>
<a
href="https://github.com/vmandic/tris-simple-spider-scraper/releases/tag/v1.3.0"
href="https://github.com/vmandic/tris-web-crawler/releases/tag/v1.3.0"
>v1.3.0</a
>
</h3>
Expand Down

0 comments on commit b54c71a

Please sign in to comment.