Skip to content

Commit

Permalink
fix: youtube link to new version of "Les pisteurs en 2 minutes"
Browse files Browse the repository at this point in the history
  • Loading branch information
codeurimpulsif committed Jul 20, 2024
1 parent 0159a84 commit 6d88337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exodus/web/templates/base/trackers.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h4>{% trans "What is a tracker?" %}</h4>
<video class="col-12 mb-4" controls preload="none" poster="https://static.exodus-privacy.eu.org/image/les-pisteurs-en-2-minutes.jpg">
<source src="https://static.exodus-privacy.eu.org/video/les-pisteurs-en-2-minutes.webm" type="video/webm" />
</video>
<a target='_blank' rel='noreferrer' href='https://www.youtube.com/watch?v=sv_xF2KIJZE'>{% trans "See the video on Youtube" %}</a>
<a target='_blank' rel='noreferrer' href='https://www.youtube.com/watch?v=1GtwzESIxzc'>{% trans "See the video on Youtube" %}</a>
<p>
<p>
{% trans "A tracker is a piece of software whose task is to gather information on the person using the application, on how they use it, or on the smartphone being used. A tracker is usually distributed by companies as a SDK (Software Development Kit), a sort of ready-made toolkit, aiming to make it easier for application developers. To be noted : 'open source' trackers exist, their code is available and open to everyone." %}
Expand Down

0 comments on commit 6d88337

Please sign in to comment.