Skip to content

Commit 22f930e

Browse files
authored
docs(pl): update index.mdx (#3432)
1 parent 44f9c87 commit 22f930e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/content/docs/pl/index.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ hero:
2121
light: "@/assets/svg/slogan-light-transparent.svg"
2222
actions:
2323
- text: Zacznij
24-
link: /guides/getting-started/
24+
link: /pl/guides/getting-started/
2525
icon: right-arrow
2626
variant: primary
2727
- text: Zobacz na GitHub
@@ -57,7 +57,7 @@ import FeaturedUsers from "@/components/FeaturedUsers.astro"
5757
_TypeScript_, _JSX_, _TSX_, _JSON_, _HTML_, _CSS_ i _GraphQL_, który osiąga **[97% kompatybilności z
5858
_Prettier_](https://console.algora.io/challenges/prettier)**, **oszczędzając czas CI i deweloperów**.
5959

60-
Biome może nawet **formatować niepoprawny kod** podczas pisania w [Twoim ulubionym edytorze](/guides/editors/first-party-extensions/).
60+
Biome może nawet **formatować niepoprawny kod** podczas pisania w [Twoim ulubionym edytorze](/pl/guides/editors/first-party-extensions/).
6161

6262
<div class="linter format">
6363
<div class="inp">
@@ -106,7 +106,7 @@ import FeaturedUsers from "@/components/FeaturedUsers.astro"
106106
<h2 class="head">Naprawiaj problemy, ucz się najlepszych praktyk</h2>
107107

108108
**Biome to [wydajny linter](https://github.com/biomejs/biome/tree/main/benchmark#linting)** dla _JavaScript_,
109-
_TypeScript_, _JSX_, _CSS_ i _GraphQL_, który zawiera **[<NumberOfRules/> reguł](/linter/)** z ESLint,
109+
_TypeScript_, _JSX_, _CSS_ i _GraphQL_, który zawiera **[<NumberOfRules/> reguł](/pl/linter/)** z ESLint,
110110
TypeScript ESLint i [innych źródeł](/linter/rules-sources/).
111111

112112
**Biome generuje szczegółowe i skontekstualizowane diagnostyki**, które pomagają Ci poprawić kod i zostać lepszym
@@ -165,7 +165,7 @@ import FeaturedUsers from "@/components/FeaturedUsers.astro"
165165
obsługa TypeScript i JSX.
166166
</Card>
167167
<Card title="Wsparcie Organizacji" icon="phone">
168-
Oferujemy <a href="/enterprise/">wsparcie komercyjne</a> organizacjom, które
168+
Oferujemy <a href="/pl/enterprise/">wsparcie komercyjne</a> organizacjom, które
169169
go potrzebują przez naszą społeczność współtwórców.
170170
</Card>
171171
</CardGrid>
@@ -177,12 +177,12 @@ import FeaturedUsers from "@/components/FeaturedUsers.astro"
177177
<div class="installation-description">
178178
Zainstaluj Biome używając preferowanego menedżera pakietów I zintegruj go w swoim edytorze.
179179
</div>
180-
<a class="installation-biome" href="/guides/getting-started/#installation">
180+
<a class="installation-biome" href="/pl/guides/getting-started/#installation">
181181
Zainstaluj z menedżerem pakietów
182182
<Image src={arrow} alt="arrow"/>
183183
</a>
184184
<a
185-
href="/guides/editors/first-party-extensions/"
185+
href="/pl/guides/editors/first-party-extensions/"
186186
class="installation-extension"
187187
>
188188
Zintegruj Biome w swoim edytorze

0 commit comments

Comments
 (0)