Skip to content

Commit

Permalink
fix: broken image links after old docs removal (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
eloy-encord authored Sep 7, 2023
1 parent e93c52c commit 42dfe65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<a href="https://colab.research.google.com/drive/11iZE1CCFIGlkWdTmhf5XACDojtGeIRGS?usp=sharing" target="_blank">Try it Now</a> |
<a href="https://encord.com/encord_active/" target="_blank">Website</a> |
<a href="https://encord.com/blog/" target="_blank">Blog</a> |
<a href="https://join.slack.com/t/encordactive/shared_invite/zt-1hc2vqur9-Fzj1EEAHoqu91sZ0CX0A7Q" target="_blank">Join our Community</a> |
<a href="https://join.slack.com/t/encordactive/shared_invite/zt-1hc2vqur9-Fzj1EEAHoqu91sZ0CX0A7Q" target="_blank">Join our Community</a>
</p>

<h1 align="center">
<a href="https://encord.com"><img src="https://raw.githubusercontent.com/encord-team/encord-active/main/docs/static/img/icons/encord_active_logo.png" alt="Encord logo"/></a>
<a href="https://encord.com"><img src="https://storage.googleapis.com/docs-media.encord.com/static/img/icons/encord_active_logo.png" alt="Encord logo"/></a>
</h1>

<div style="display: flex; justify-content: space-between;">
Expand Down Expand Up @@ -92,15 +92,15 @@ docker run -it --rm -p 8000:8000 -v ${PWD}:/data encord/encord-active quickstart

After opening the UI, we recommend you to head to the [workflow documentation][encord-active-docs-workflow] to see some common workflows.

![projects page](https://raw.githubusercontent.com/encord-team/encord-active/main/docs/static/img/projects-page.jpg)
![projects page](https://storage.googleapis.com/docs-media.encord.com/static/img/projects-page.jpg)

## 💡 When to use Encord Active?

Encord Active helps you understand and improve your data, labels, and models at all stages of your computer vision journey.

Whether you've just started collecting data, labeled your first batch of samples, or have multiple models in production, Encord Active can help you.

![encord active diagram](https://raw.githubusercontent.com/encord-team/encord-active/main/docs/static/img/process-chart-ea.webp)
![encord active diagram](https://storage.googleapis.com/docs-media.encord.com/static/img/process-chart-ea.webp)

## 🔖 Documentation

Expand All @@ -127,7 +127,7 @@ The app should then open in the browser.
If not, navigate to [`localhost:8000`](http://localhost:8000).
Our [docs][encord-active-docs] contain more information about what you can see in the page.

## <img width="24" height="24" src="https://raw.githubusercontent.com/encord-team/encord-active/main/docs/static/img/icons/encord_icon.png"/> Import your dataset
## <img width="24" height="24" src="https://storage.googleapis.com/docs-media.encord.com/static/img/icons/encord_icon.png"/> Import your dataset

### Quick import Dataset

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"\n",
"Run simulations of the active learning workflow with each acquisition function.\n",
"\n",
"![active learning cycle](https://raw.githubusercontent.com/encord-team/encord-active/main/docs/docs/images/active-learning/active-learning-cycle.svg)"
"![active learning cycle](https://storage.googleapis.com/docs-media.encord.com/static/img/images/active-learning/active-learning-cycle.svg)"
]
},
{
Expand Down

0 comments on commit 42dfe65

Please sign in to comment.