Skip to content

Commit 97f8140

Browse files
committed
Update Featured link
1 parent f99e3c9 commit 97f8140

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@ const declareTabs = [
8181
## Featured
8282

8383
<div class="featured-post">
84-
<a href="/blog/infection-debut" class="featured-post-card">
84+
<a href="/blog/self-mutation" class="featured-post-card">
8585
<div class="featured-post-image">
86-
<img src="/blog/infection-debut/preview.png" alt="Infection + Testo" />
86+
<img src="/blog/self-mutation/preview.png" alt="Who Mutates the Mutator" />
8787
</div>
8888
<div class="featured-post-body">
89-
<span class="featured-post-title">Infection + Testo</span>
90-
<p class="featured-post-description">Infection 0.33.0 ships with built-in Testo support. Mutation testing now works out of the box.</p>
89+
<span class="featured-post-title">Who Mutates the Mutator</span>
90+
<p class="featured-post-description">What happens when mutation testing tries to mutate the very tool it tests with.</p>
9191
</div>
9292
</a>
9393
<a href="/blog/beta-testo" class="featured-post-card">

ru/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ const declareTabs = [
8080
## Важное
8181

8282
<div class="featured-post">
83-
<a href="/ru/blog/infection-debut" class="featured-post-card">
83+
<a href="/ru/blog/self-mutation" class="featured-post-card">
8484
<div class="featured-post-image">
85-
<img src="/blog/infection-debut/preview.png" alt="Infection + Testo" />
85+
<img src="/blog/self-mutation/preview.png" alt="Кто мутирует мутатора" />
8686
</div>
8787
<div class="featured-post-body">
88-
<span class="featured-post-title">Infection + Testo</span>
89-
<p class="featured-post-description">Infection 0.33.0 вышел со встроенной поддержкой Testo. Мутационное тестирование теперь работает из коробки.</p>
88+
<span class="featured-post-title">Кто мутирует мутатора</span>
89+
<p class="featured-post-description">Что происходит, когда мутационное тестирование пытается мутировать сам инструмент, которым тестирует.</p>
9090
</div>
9191
</a>
9292
<a href="/ru/blog/beta-testo" class="featured-post-card">

0 commit comments

Comments
 (0)