Skip to content

Commit

Permalink
Merge pull request #1218 from kristm/fix_broken_links_in_readme
Browse files Browse the repository at this point in the history
✏️ fix broken links in README
  • Loading branch information
kiyonlin authored Mar 12, 2021
2 parents 93cecfb + b7e260a commit f3163a2
Show file tree
Hide file tree
Showing 15 changed files with 75 additions and 75 deletions.
10 changes: 5 additions & 5 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ go get -u github.com/gofiber/fiber/v2
## 🎯 Features

- Robust [routing](https://docs.gofiber.io/routing)
- Serve [static files](https://docs.gofiber.io/application#static)
- Serve [static files](https://docs.gofiber.io/api/app#static)
- Extreme [performance](https://docs.gofiber.io/benchmarks)
- [Low memory](https://docs.gofiber.io/benchmarks) footprint
- [API endpoints](https://docs.gofiber.io/context)
- [Middleware](https://docs.gofiber.io/middleware) & [Next](https://docs.gofiber.io/context#next) support
- [API endpoints](https://docs.gofiber.io/api/ctx)
- [Middleware](https://docs.gofiber.io/middleware) & [Next](https://docs.gofiber.io/api/ctx#next) support
- [Rapid](https://dev.to/koddr/welcome-to-fiber-an-express-js-styled-fastest-web-framework-written-with-on-golang-497) server-side programming
- [Template engines](https://github.com/gofiber/template)
- [WebSocket support](https://github.com/gofiber/websocket)
Expand Down Expand Up @@ -181,7 +181,7 @@ func main() {

```

#### 📖 [**Serving Static Files**](https://docs.gofiber.io/application#static)
#### 📖 [**Serving Static Files**](https://docs.gofiber.io/api/app#static)

```go
func main() {
Expand All @@ -203,7 +203,7 @@ func main() {

```

#### 📖 [**Middleware & Next**](https://docs.gofiber.io/context#next)
#### 📖 [**Middleware & Next**](https://docs.gofiber.io/api/ctx#next)

```go
func main() {
Expand Down
10 changes: 5 additions & 5 deletions .github/README_de.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ go get -u github.com/gofiber/fiber/v2
## 🎯 Eigenschaften

- Robustes [Routing](https://docs.gofiber.io/routing)
- Bereitstellen von [statischen Dateien](https://docs.gofiber.io/application#static)
- Bereitstellen von [statischen Dateien](https://docs.gofiber.io/api/app#static)
- Extreme [Performance](https://docs.gofiber.io/benchmarks)
- [Geringe Arbeitsspeicher](https://docs.gofiber.io/benchmarks) verwendung
- Express [API Endpunkte](https://docs.gofiber.io/context)
- [Middleware](https://docs.gofiber.io/middleware) & [Next](https://docs.gofiber.io/context#next) Support
- Express [API Endpunkte](https://docs.gofiber.io/api/ctx)
- [Middleware](https://docs.gofiber.io/middleware) & [Next](https://docs.gofiber.io/api/ctx#next) Support
- [Schnelle](https://dev.to/koddr/welcome-to-fiber-an-express-js-styled-fastest-web-framework-written-with-on-golang-497) serverseitige Programmierung
- [Template engines](https://github.com/gofiber/template)
- [WebSocket support](https://github.com/gofiber/websocket)
Expand Down Expand Up @@ -181,7 +181,7 @@ func main() {

```

#### 📖 [**Serving Static Files**](https://docs.gofiber.io/application#static)
#### 📖 [**Serving Static Files**](https://docs.gofiber.io/api/app#static)

```go
func main() {
Expand All @@ -203,7 +203,7 @@ func main() {

```

#### 📖 [**Middleware & Next**](https://docs.gofiber.io/context#next)
#### 📖 [**Middleware & Next**](https://docs.gofiber.io/api/ctx#next)

```go
func main() {
Expand Down
10 changes: 5 additions & 5 deletions .github/README_es.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@ go get -u github.com/gofiber/fiber/v2
## 🎯 Características

- [Enrutamiento](https://docs.gofiber.io/routing) robusto
- Servir [archivos estáticos](https://docs.gofiber.io/application#static)
- Servir [archivos estáticos](https://docs.gofiber.io/api/app#static)
- [Rendimiento](https://docs.gofiber.io/benchmarks) extremo
- [Poca](https://docs.gofiber.io/benchmarks) huella de [memoria](https://docs.gofiber.io/benchmarks)
- [Puntos finales de API](https://docs.gofiber.io/context) Express
- Middleware y [próximo](https://docs.gofiber.io/context#next) soporte
- [Puntos finales de API](https://docs.gofiber.io/api/ctx) Express
- Middleware y [próximo](https://docs.gofiber.io/api/ctx#next) soporte
- Programación [rápida](https://dev.to/koddr/welcome-to-fiber-an-express-js-styled-fastest-web-framework-written-with-on-golang-497) del lado del servidor
- [Template engines](https://github.com/gofiber/template)
- [WebSocket support](https://github.com/gofiber/websocket)
Expand Down Expand Up @@ -178,7 +178,7 @@ func main() {

```

#### 📖 [**Serving Static Files**](https://docs.gofiber.io/application#static)
#### 📖 [**Serving Static Files**](https://docs.gofiber.io/api/app#static)

```go
func main() {
Expand All @@ -200,7 +200,7 @@ func main() {

```

#### 📖 [**Middleware & Next**](https://docs.gofiber.io/context#next)
#### 📖 [**Middleware & Next**](https://docs.gofiber.io/api/ctx#next)

```go
func main() {
Expand Down
10 changes: 5 additions & 5 deletions .github/README_fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ go get -u github.com/gofiber/fiber/v2
## 🎯 Features

- [Routing](https://docs.gofiber.io/routing) robuste
- Serve [static files](https://docs.gofiber.io/application#static)
- Serve [static files](https://docs.gofiber.io/api/app#static)
- [Performances](https://docs.gofiber.io/benchmarks) extrêmes
- [Faible empreinte mémoire](https://docs.gofiber.io/benchmarks)
- [API endpoints](https://docs.gofiber.io/context)
- Middleware & [Next](https://docs.gofiber.io/context#next) support
- [API endpoints](https://docs.gofiber.io/api/ctx)
- Middleware & [Next](https://docs.gofiber.io/api/ctx#next) support
- Programmation côté serveur [rapide](https://dev.to/koddr/welcome-to-fiber-an-express-js-styled-fastest-web-framework-written-with-on-golang-497)
- [Template engines](https://github.com/gofiber/template)
- [WebSocket support](https://github.com/gofiber/websocket)
Expand Down Expand Up @@ -181,7 +181,7 @@ func main() {

```

#### 📖 [**Serving Static Files**](https://docs.gofiber.io/application#static)
#### 📖 [**Serving Static Files**](https://docs.gofiber.io/api/app#static)

```go
func main() {
Expand All @@ -203,7 +203,7 @@ func main() {

```

#### 📖 [**Middleware & Next**](https://docs.gofiber.io/context#next)
#### 📖 [**Middleware & Next**](https://docs.gofiber.io/api/ctx#next)

```go
func main() {
Expand Down
10 changes: 5 additions & 5 deletions .github/README_he.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,11 @@ go get -u github.com/gofiber/fiber/v2
<div dir="rtl">

- [ניתוב](https://docs.gofiber.io/routing) רובסטי
- הנגשת [קבצים סטטיים](https://docs.gofiber.io/application#static)
- הנגשת [קבצים סטטיים](https://docs.gofiber.io/api/app#static)
- [ביצועים](https://docs.gofiber.io/benchmarks) גבוהים במיוחד
- צורך כמות [זכרון קטנה](https://docs.gofiber.io/benchmarks)
- [נקודות קצה עבור API](https://docs.gofiber.io/context)
- תמיכה ב-[Middleware](https://docs.gofiber.io/middleware) & [Next](https://docs.gofiber.io/context#next)
- [נקודות קצה עבור API](https://docs.gofiber.io/api/ctx)
- תמיכה ב-[Middleware](https://docs.gofiber.io/middleware) & [Next](https://docs.gofiber.io/api/ctx#next)
- תכנות [מהיר](https://dev.to/koddr/welcome-to-fiber-an-express-js-styled-fastest-web-framework-written-with-on-golang-497) של צד שרת
- [מנועי תבניות](https://docs.gofiber.io/middleware#template)
- [תמיכה ב-WebSocket](https://github.com/gofiber/websocket)
Expand Down Expand Up @@ -236,7 +236,7 @@ func main() {

<div dir="rtl">

#### 📖 [**Serving Static Files**](https://docs.gofiber.io/application#static)
#### 📖 [**Serving Static Files**](https://docs.gofiber.io/api/app#static)

</div>

Expand All @@ -262,7 +262,7 @@ func main() {

<div dir="rtl">

#### 📖 [**Middleware & Next**](https://docs.gofiber.io/context#next)
#### 📖 [**Middleware & Next**](https://docs.gofiber.io/api/ctx#next)

</div>

Expand Down
10 changes: 5 additions & 5 deletions .github/README_id.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ go get -u github.com/gofiber/fiber/v2
## 🎯 Fitur

- Sistem [Routing](https://docs.gofiber.io/routing) yang solid
- Serve [file statis](https://docs.gofiber.io/application#static)
- Serve [file statis](https://docs.gofiber.io/api/app#static)
- [Kinerja](https://docs.gofiber.io/benchmarks) ekstrim
- [Penggunaan memori](https://docs.gofiber.io/benchmarks) yang kecil
- Cocok untuk [API](https://docs.gofiber.io/context)
- Mendukung Middleware & [Next](https://docs.gofiber.io/context#next) seperti Express
- Cocok untuk [API](https://docs.gofiber.io/api/ctx)
- Mendukung Middleware & [Next](https://docs.gofiber.io/api/ctx#next) seperti Express
- Kembangkan aplikasi dengan [Cepat](https://dev.to/koddr/welcome-to-fiber-an-express-js-styled-fastest-web-framework-written-with-on-golang-497)
- [Template engines](https://github.com/gofiber/template)
- [WebSocket support](https://github.com/gofiber/websocket)
Expand Down Expand Up @@ -181,7 +181,7 @@ func main() {

```

#### 📖 [**Serving File Static**](https://docs.gofiber.io/application#static)
#### 📖 [**Serving File Static**](https://docs.gofiber.io/api/app#static)

```go
func main() {
Expand All @@ -203,7 +203,7 @@ func main() {

```

#### 📖 [**Middleware & Next**](https://docs.gofiber.io/context#next)
#### 📖 [**Middleware & Next**](https://docs.gofiber.io/api/ctx#next)

```go
func main() {
Expand Down
10 changes: 5 additions & 5 deletions .github/README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@ go get -u github.com/gofiber/fiber/v2
## 🎯 機能

- 堅牢な[ルーティング](https://docs.gofiber.io/routing)
- [静的ファイル](https://docs.gofiber.io/application#static)のサポート
- [静的ファイル](https://docs.gofiber.io/api/app#static)のサポート
- 究極の[パフォーマンス](https://docs.gofiber.io/benchmarks)
- [低メモリ](https://docs.gofiber.io/benchmarks)フットプリント
- Express [API エンドポイント](https://docs.gofiber.io/context)
- Middleware と[Next](https://docs.gofiber.io/context#next)のサポート
- Express [API エンドポイント](https://docs.gofiber.io/api/ctx)
- Middleware と[Next](https://docs.gofiber.io/api/ctx#next)のサポート
- [迅速](https://dev.to/koddr/welcome-to-fiber-an-express-js-styled-fastest-web-framework-written-with-on-golang-497)なサーバーサイドプログラミング
- [Template engines](https://github.com/gofiber/template)
- [WebSocket support](https://github.com/gofiber/websocket)
Expand Down Expand Up @@ -184,7 +184,7 @@ func main() {

```

#### 📖 [**Serving Static Files**](https://docs.gofiber.io/application#static)
#### 📖 [**Serving Static Files**](https://docs.gofiber.io/api/app#static)

```go
func main() {
Expand All @@ -206,7 +206,7 @@ func main() {

```

#### 📖 [**Middleware & Next**](https://docs.gofiber.io/context#next)
#### 📖 [**Middleware & Next**](https://docs.gofiber.io/api/ctx#next)

```go
func main() {
Expand Down
10 changes: 5 additions & 5 deletions .github/README_ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ go get -u github.com/gofiber/fiber/v2
## 🎯 특징

- 견고한 [라우팅](https://docs.gofiber.io/routing)
- [정적 파일](https://docs.gofiber.io/application#static) 제공
- [정적 파일](https://docs.gofiber.io/api/app#static) 제공
- 뛰어난 [성능](https://docs.gofiber.io/benchmarks)
- [적은 메모리](https://docs.gofiber.io/benchmarks) 공간
- [API 엔드포인트](https://docs.gofiber.io/context)
- 미들웨어 & [Next](https://docs.gofiber.io/context#next) 지원
- [API 엔드포인트](https://docs.gofiber.io/api/ctx)
- 미들웨어 & [Next](https://docs.gofiber.io/api/ctx#next) 지원
- [빠른](https://dev.to/koddr/welcome-to-fiber-an-express-js-styled-fastest-web-framework-written-with-on-golang-497) 서버 사이드 프로그래밍
- [Template engines](https://github.com/gofiber/template)
- [WebSocket support](https://github.com/gofiber/websocket)
Expand Down Expand Up @@ -185,7 +185,7 @@ func main() {

```

#### 📖 [**Serving Static Files**](https://docs.gofiber.io/application#static)
#### 📖 [**Serving Static Files**](https://docs.gofiber.io/api/app#static)

```go
func main() {
Expand All @@ -207,7 +207,7 @@ func main() {

```

#### 📖 [**Middleware & Next**](https://docs.gofiber.io/context#next)
#### 📖 [**Middleware & Next**](https://docs.gofiber.io/api/ctx#next)

```go
func main() {
Expand Down
10 changes: 5 additions & 5 deletions .github/README_nl.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ go get -u github.com/gofiber/fiber/v2
## 🎯 Features

- Robuuste [routing](https://fiber.wiki/routing)
- Serveer [statische bestanden](https://fiber.wiki/application#static)
- Serveer [statische bestanden](https://docs.gofiber.io/api/app#static)
- Extreme [prestaties](https://fiber.wiki/benchmarks)
- [Weinig geheugenruimte](https://fiber.wiki/benchmarks)
- [API endpoints](https://fiber.wiki/context)
- [Middleware](https://fiber.wiki/middleware) & [Next](https://fiber.wiki/context#next) ondersteuning
- [API endpoints](https://docs.gofiber.io/api/ctx)
- [Middleware](https://fiber.wiki/middleware) & [Next](https://docs.gofiber.io/api/ctx#next) ondersteuning
- [Snelle](https://dev.to/koddr/welcome-to-fiber-an-express-js-styled-fastest-web-framework-written-with-on-golang-497) server-side programmering
- [Template engines](https://fiber.wiki/middleware#template)
- [WebSocket ondersteuning](https://fiber.wiki/middleware#websocket)
Expand Down Expand Up @@ -185,7 +185,7 @@ func main() {

```

#### 📖 [**Serving Static Files**](https://docs.gofiber.io/application#static)
#### 📖 [**Serving Static Files**](https://docs.gofiber.io/api/app#static)

```go
func main() {
Expand All @@ -207,7 +207,7 @@ func main() {

```

#### 📖 [**Middleware & Next**](https://docs.gofiber.io/context#next)
#### 📖 [**Middleware & Next**](https://docs.gofiber.io/api/ctx#next)

```go
func main() {
Expand Down
10 changes: 5 additions & 5 deletions .github/README_pt.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ go get -u github.com/gofiber/fiber/v2
## 🎯 Recursos

- [Roteamento](https://docs.gofiber.io/routing) robusto
- Servir [arquivos estáticos](https://docs.gofiber.io/application#static)
- Servir [arquivos estáticos](https://docs.gofiber.io/api/app#static)
- [Desempenho](https://docs.gofiber.io/benchmarks) extremo
- [Baixo consumo de memória](https://docs.gofiber.io/benchmarks)
- [API de rotas](https://docs.gofiber.io/context)
- Suporte à Middleware e [Next](https://docs.gofiber.io/context#next)
- [API de rotas](https://docs.gofiber.io/api/ctx)
- Suporte à Middleware e [Next](https://docs.gofiber.io/api/ctx#next)
- Programação [rápida](https://dev.to/koddr/welcome-to-fiber-an-express-js-styled-fastest-web-framework-written-with-on-golang-497) de aplicações de servidor
- [Templates](https://github.com/gofiber/template)
- [Suporte à WebSockets](https://github.com/gofiber/websocket)
Expand Down Expand Up @@ -181,7 +181,7 @@ func main() {

```

#### 📖 [**Servindo arquivos estáticos**](https://docs.gofiber.io/application#static)
#### 📖 [**Servindo arquivos estáticos**](https://docs.gofiber.io/api/app#static)

```go
func main() {
Expand All @@ -203,7 +203,7 @@ func main() {

```

#### 📖 [**Middleware & Next**](https://docs.gofiber.io/context#next)
#### 📖 [**Middleware & Next**](https://docs.gofiber.io/api/ctx#next)

```go
func main() {
Expand Down
10 changes: 5 additions & 5 deletions .github/README_ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ go get -u github.com/gofiber/fiber/v2
## 🎯 Особенности

- Надежная [маршрутизация](https://docs.gofiber.io/routing)
- Доступ к [статичным файлам](https://docs.gofiber.io/application#static)
- Доступ к [статичным файлам](https://docs.gofiber.io/api/app#static)
- Экстремальная [производительность](https://docs.gofiber.io/benchmarks)
- [Низкий объем потребления памяти](https://docs.gofiber.io/benchmarks)
- [Эндпоинты](https://docs.gofiber.io/context), как в [API](https://docs.gofiber.io/context) Express
- [Middleware](https://docs.gofiber.io/middleware) и поддержка [Next](https://docs.gofiber.io/context#next)
- [Эндпоинты](https://docs.gofiber.io/context), как в [API](https://docs.gofiber.io/api/ctx) Express
- [Middleware](https://docs.gofiber.io/middleware) и поддержка [Next](https://docs.gofiber.io/api/ctx#next)
- [Быстрое](https://dev.to/koddr/welcome-to-fiber-an-express-js-styled-fastest-web-framework-written-with-on-golang-497) программирование на стороне сервера
- [Template engines](https://github.com/gofiber/template)
- [Поддержка WebSocket](https://github.com/gofiber/websocket)
Expand Down Expand Up @@ -181,7 +181,7 @@ func main() {

```

#### 📖 [**Serving Static Files**](https://docs.gofiber.io/application#static)
#### 📖 [**Serving Static Files**](https://docs.gofiber.io/api/app#static)

```go
func main() {
Expand All @@ -203,7 +203,7 @@ func main() {

```

#### 📖 [**Middleware & Next**](https://docs.gofiber.io/context#next)
#### 📖 [**Middleware & Next**](https://docs.gofiber.io/api/ctx#next)

```go
func main() {
Expand Down
10 changes: 5 additions & 5 deletions .github/README_sa.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,11 @@ go get -u github.com/gofiber/fiber/v2
## 🎯 الميزات

- قوي [routing](https://docs.gofiber.io/routing)
- يقدم خدمة [static files](https://docs.gofiber.io/application#static)
- يقدم خدمة [static files](https://docs.gofiber.io/api/app#static)
- أقصى [أداء](https://docs.gofiber.io/benchmarks)
- [ذاكرة منخفضة](https://docs.gofiber.io/benchmarks)
- [API endpoints](https://docs.gofiber.io/context)
- [Middleware](https://docs.gofiber.io/middleware) & [Next](https://docs.gofiber.io/context#next) مدعوم
- [API endpoints](https://docs.gofiber.io/api/ctx)
- [Middleware](https://docs.gofiber.io/middleware) & [Next](https://docs.gofiber.io/api/ctx#next) مدعوم
- [سريع](https://dev.to/koddr/welcome-to-fiber-an-express-js-styled-fastest-web-framework-written-with-on-golang-497) server-side programming
- [Template engines](https://github.com/gofiber/template)
- [WebSocket دعم](https://github.com/gofiber/websocket)
Expand Down Expand Up @@ -202,7 +202,7 @@ func main() {

</div>

#### 📖 [**Serving Static Files**](https://docs.gofiber.io/application#static)
#### 📖 [**Serving Static Files**](https://docs.gofiber.io/api/app#static)

<div dir="ltr">

Expand All @@ -228,7 +228,7 @@ func main() {

</div>

#### 📖 [**Middleware & Next**](https://docs.gofiber.io/context#next)
#### 📖 [**Middleware & Next**](https://docs.gofiber.io/api/ctx#next)

<div dir="ltr">

Expand Down
Loading

0 comments on commit f3163a2

Please sign in to comment.