Skip to content

Commit

Permalink
🐛 [Bug-Fix] Fix all inaccessible links in docs (#2349)
Browse files Browse the repository at this point in the history
Fix all inaccessible links in docs
  • Loading branch information
Skyenought authored Feb 28, 2023
1 parent 19aa55d commit a70b861
Show file tree
Hide file tree
Showing 18 changed files with 56 additions and 49 deletions.
6 changes: 3 additions & 3 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,12 @@ go get -u github.com/gofiber/fiber/v2

## 🎯 Features

- Robust [routing](https://docs.gofiber.io/routing)
- Robust [routing](https://docs.gofiber.io/guide/routing)
- Serve [static files](https://docs.gofiber.io/api/app#static)
- Extreme [performance](https://docs.gofiber.io/extra/benchmarks)
- [Low memory](https://docs.gofiber.io/extra/benchmarks) footprint
- [API endpoints](https://docs.gofiber.io/api/ctx)
- [Middleware](https://docs.gofiber.io/middleware) & [Next](https://docs.gofiber.io/api/ctx#next) support
- [Middleware](https://docs.gofiber.io/category/-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 @@ -440,7 +440,7 @@ func main() {

### JSON Response

📖 [JSON](https://docs.gofiber.io/ctx#json)
📖 [JSON](https://docs.gofiber.io/api/ctx#json)

```go
type User struct {
Expand Down
6 changes: 3 additions & 3 deletions .github/README_ckb.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,12 @@ go get -u github.com/gofiber/fiber/v2

## 🎯 تایبەتمەندییەکان

- [ناونیشانی ئاڵۆز](https://docs.gofiber.io/routing)
- [ناونیشانی ئاڵۆز](https://docs.gofiber.io/guide/routing)
- [فایلی جێگیر](https://docs.gofiber.io/api/app#static)
- [خێراییەکی](https://docs.gofiber.io/extra/benchmarks) بێوێنە
- بەکارهێنانی [میمۆریی کەم](https://docs.gofiber.io/extra/benchmarks)
- توانای هەبوونی لقی [API](https://docs.gofiber.io/api/ctx)
- پشتگیریی [Middleware](https://docs.gofiber.io/middleware) و [Next](https://docs.gofiber.io/api/ctx#next) وەک Express
- پشتگیریی [Middleware](https://docs.gofiber.io/category/-middleware) و [Next](https://docs.gofiber.io/api/ctx#next) وەک Express
- پڕۆگرامکردنی [خێرا](https://dev.to/koddr/welcome-to-fiber-an-express-js-styled-fastest-web-framework-written-with-on-golang-497)ی ڕاژە
- [داڕێژە](https://github.com/gofiber/template)
- پشتگیریی [WebSocket](https://github.com/gofiber/websocket)
Expand Down Expand Up @@ -439,7 +439,7 @@ func main() {

### وەڵامی JSON

📖 [JSON](https://docs.gofiber.io/ctx#json)
📖 [JSON](https://docs.gofiber.io/api/ctx#json)

```go
type User struct {
Expand Down
6 changes: 3 additions & 3 deletions .github/README_de.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,12 @@ go get -u github.com/gofiber/fiber/v2

## 🎯 Eigenschaften

- Robustes [Routing](https://docs.gofiber.io/routing)
- Robustes [Routing](https://docs.gofiber.io/guide/routing)
- Bereitstellen von [statischen Dateien](https://docs.gofiber.io/api/app#static)
- Extreme [Performance](https://docs.gofiber.io/extra/benchmarks)
- [Geringe Arbeitsspeichernutzung](https://docs.gofiber.io/extra/benchmarks)
- Express [API Endpunkte](https://docs.gofiber.io/api/ctx)
- [Middleware](https://docs.gofiber.io/middleware) & [Next](https://docs.gofiber.io/api/ctx#next) Support
- [Middleware](https://docs.gofiber.io/category/-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 @@ -434,7 +434,7 @@ func main() {

### JSON Response

📖 [JSON](https://docs.gofiber.io/ctx#json)
📖 [JSON](https://docs.gofiber.io/api/ctx#json)

```go
type User struct {
Expand Down
4 changes: 2 additions & 2 deletions .github/README_es.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ go get -u github.com/gofiber/fiber/v2

## 🎯 Características

- [Enrutamiento](https://docs.gofiber.io/routing) robusto
- [Enrutamiento](https://docs.gofiber.io/guide/routing) robusto
- Servir [archivos estáticos](https://docs.gofiber.io/api/app#static)
- [Rendimiento](https://docs.gofiber.io/extra/benchmarks) extremo
- [Bajo](https://docs.gofiber.io/extra/benchmarks) uso de [memoria](https://docs.gofiber.io/extra/benchmarks)
Expand Down Expand Up @@ -434,7 +434,7 @@ func main() {

### Respuesta JSON

📖 [JSON](https://docs.gofiber.io/ctx#json)
📖 [JSON](https://docs.gofiber.io/api/ctx#json)

```go
type User struct {
Expand Down
6 changes: 3 additions & 3 deletions .github/README_fa.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,12 @@ go get -u github.com/gofiber/fiber/v2

</br>

- [مسیریابی](https://docs.gofiber.io/routing) قدرتمند
- [مسیریابی](https://docs.gofiber.io/guide/routing) قدرتمند
- Serve [پرونده های ثابت](https://docs.gofiber.io/api/app#static)
- حداکثر [عملکرد](https://docs.gofiber.io/extra/benchmarks)
- مصرف [حافظه کم](https://docs.gofiber.io/extra/benchmarks)
- قابلیت [API endpoints](https://docs.gofiber.io/api/ctx)
- پشتیبانی از [Middleware](https://docs.gofiber.io/middleware) & [Next](https://docs.gofiber.io/api/ctx#next)
- پشتیبانی از [Middleware](https://docs.gofiber.io/category/-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) اختصاصی
- [پشتیبانی از وب سوکت](https://github.com/gofiber/websocket)
Expand Down Expand Up @@ -530,7 +530,7 @@ func main() {

### JSON Response

📖 [JSON](https://docs.gofiber.io/ctx#json)
📖 [JSON](https://docs.gofiber.io/api/ctx#json)

<div dir="ltr">

Expand Down
4 changes: 2 additions & 2 deletions .github/README_fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ go get -u github.com/gofiber/fiber/v2

## 🎯 Features

- [Routing](https://docs.gofiber.io/routing) robuste
- [Routing](https://docs.gofiber.io/guide/routing) robuste
- Serve [static files](https://docs.gofiber.io/api/app#static)
- [Performances](https://docs.gofiber.io/extra/benchmarks) extrêmes
- [Faible empreinte mémoire](https://docs.gofiber.io/extra/benchmarks)
Expand Down Expand Up @@ -436,7 +436,7 @@ func main() {

### JSON Response

📖 [JSON](https://docs.gofiber.io/ctx#json)
📖 [JSON](https://docs.gofiber.io/api/ctx#json)

```go
type User struct {
Expand Down
8 changes: 4 additions & 4 deletions .github/README_he.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,14 +147,14 @@ go get -u github.com/gofiber/fiber/v2

<div dir="rtl">

- [ניתוב](https://docs.gofiber.io/routing) רובסטי
- [ניתוב](https://docs.gofiber.io/guide/routing) רובסטי
- הנגשת [קבצים סטטיים](https://docs.gofiber.io/api/app#static)
- [ביצועים](https://docs.gofiber.io/extra/benchmarks) גבוהים במיוחד
- צורך כמות [זכרון קטנה](https://docs.gofiber.io/extra/benchmarks)
- [נקודות קצה עבור API](https://docs.gofiber.io/api/ctx)
- תמיכה ב-[Middleware](https://docs.gofiber.io/middleware) & [Next](https://docs.gofiber.io/api/ctx#next)
- תמיכה ב-[Middleware](https://docs.gofiber.io/category/-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)
- [מנועי תבניות](https://docs.gofiber.io/category/-middleware#template)
- [תמיכה ב-WebSocket](https://github.com/gofiber/websocket)
- [Server-Sent events](https://github.com/gofiber/recipes/tree/master/sse)
- [הגבלת קצבים ובקשות](https://docs.gofiber.io/api/middleware/limiter)
Expand Down Expand Up @@ -526,7 +526,7 @@ func main() {

### תגובת JSON

📖 [JSON](https://docs.gofiber.io/ctx#json)
📖 [JSON](https://docs.gofiber.io/api/ctx#json)

<div dir="ltr">

Expand Down
4 changes: 2 additions & 2 deletions .github/README_id.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ go get -u github.com/gofiber/fiber/v2

## 🎯 Fitur

- Sistem [Routing](https://docs.gofiber.io/routing) yang padu
- Sistem [Routing](https://docs.gofiber.io/guide/routing) yang padu
- Menyajikan [file statis](https://docs.gofiber.io/api/app#static)
- [Kinerja](https://docs.gofiber.io/extra/benchmarks) ekstrim
- [Penggunaan memori](https://docs.gofiber.io/extra/benchmarks) yang kecil
Expand Down Expand Up @@ -437,7 +437,7 @@ func main() {

### JSON Response

📖 [JSON](https://docs.gofiber.io/ctx#json)
📖 [JSON](https://docs.gofiber.io/api/ctx#json)

```go
type User struct {
Expand Down
4 changes: 2 additions & 2 deletions .github/README_it.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ go get -u github.com/gofiber/fiber/v2

## 🎯 Caratteristiche

- [Routing](https://docs.gofiber.io/routing) solido
- [Routing](https://docs.gofiber.io/guide/routing) solido
- Serve [file statici](https://docs.gofiber.io/api/app#static)
- [Perfomance](https://docs.gofiber.io/extra/benchmarks) estreme
- [Basso](https://docs.gofiber.io/extra/benchmarks) utilizzo di [memoria](https://docs.gofiber.io/extra/benchmarks)
Expand Down Expand Up @@ -435,7 +435,7 @@ func main() {

### Risposte JSON

📖 [JSON](https://docs.gofiber.io/ctx#json)
📖 [JSON](https://docs.gofiber.io/api/ctx#json)

```go
type User struct {
Expand Down
4 changes: 2 additions & 2 deletions .github/README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ go get -u github.com/gofiber/fiber/v2

## 🎯 機能

- 堅牢な[ルーティング](https://docs.gofiber.io/routing)
- 堅牢な[ルーティング](https://docs.gofiber.io/guide/routing)
- [静的ファイル](https://docs.gofiber.io/api/app#static)のサポート
- 究極の[パフォーマンス](https://docs.gofiber.io/extra/benchmarks)
- [低メモリ](https://docs.gofiber.io/extra/benchmarks)フットプリント
Expand Down Expand Up @@ -439,7 +439,7 @@ func main() {

### JSON Response

📖 [JSON](https://docs.gofiber.io/ctx#json)
📖 [JSON](https://docs.gofiber.io/api/ctx#json)

```go
type User struct {
Expand Down
4 changes: 2 additions & 2 deletions .github/README_ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ go get -u github.com/gofiber/fiber/v2

## 🎯 특징

- 견고한 [라우팅](https://docs.gofiber.io/routing)
- 견고한 [라우팅](https://docs.gofiber.io/guide/routing)
- [정적 파일](https://docs.gofiber.io/api/app#static) 제공
- 뛰어난 [성능](https://docs.gofiber.io/extra/benchmarks)
- [적은 메모리](https://docs.gofiber.io/extra/benchmarks) 공간
Expand Down Expand Up @@ -440,7 +440,7 @@ func main() {

### JSON Response

📖 [JSON](https://docs.gofiber.io/ctx#json)
📖 [JSON](https://docs.gofiber.io/api/ctx#json)

```go
type User struct {
Expand Down
8 changes: 4 additions & 4 deletions .github/README_nl.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,17 +124,17 @@ go get -u github.com/gofiber/fiber/v2

## 🎯 Features

- Robuuste [routing](https://docs.gofiber.io/routing)
- Robuuste [routing](https://docs.gofiber.io/guide/routing)
- Serveer [statische bestanden](https://docs.gofiber.io/api/app#static)
- Extreme [prestaties](https://docs.gofiber.io/extra/benchmarks)
- [Weinig geheugenruimte](https://docs.gofiber.io/extra/benchmarks)
- [API endpoints](https://docs.gofiber.io/api/ctx)
- [Middleware](https://docs.gofiber.io/middleware) & [Next](https://docs.gofiber.io/api/ctx#next) ondersteuning
- [Middleware](https://docs.gofiber.io/category/-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://github.com/gofiber/template)
- [WebSocket ondersteuning](https://github.com/gofiber/websocket)
- [Server-Sent events](https://github.com/gofiber/recipes/tree/master/sse)
- [Rate Limiter](https://docs.gofiber.io/middleware/limiter)
- [Rate Limiter](https://docs.gofiber.io/category/-middleware/limiter)
- Vertaald in [18 talen](https://docs.gofiber.io/)
- En nog veel meer, [ontdek Fiber](https://docs.gofiber.io/)

Expand Down Expand Up @@ -440,7 +440,7 @@ func main() {

### JSON Response

📖 [JSON](https://docs.gofiber.io/ctx#json)
📖 [JSON](https://docs.gofiber.io/api/ctx#json)

```go
type User struct {
Expand Down
4 changes: 2 additions & 2 deletions .github/README_pt.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ go get -u github.com/gofiber/fiber/v2

## 🎯 Recursos

- [Roteamento](https://docs.gofiber.io/routing) robusto
- [Roteamento](https://docs.gofiber.io/guide/routing) robusto
- Servir [arquivos estáticos](https://docs.gofiber.io/api/app#static)
- [Desempenho](https://docs.gofiber.io/extra/benchmarks) extremo
- [Baixo consumo de memória](https://docs.gofiber.io/extra/benchmarks)
Expand Down Expand Up @@ -434,7 +434,7 @@ func main() {

### Resposta JSON

📖 [JSON](https://docs.gofiber.io/ctx#json)
📖 [JSON](https://docs.gofiber.io/api/ctx#json)

```go
type User struct {
Expand Down
6 changes: 3 additions & 3 deletions .github/README_ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,12 @@ go get -u github.com/gofiber/fiber/v2

## 🎯 Особенности

- Надежная [маршрутизация](https://docs.gofiber.io/routing)
- Надежная [маршрутизация](https://docs.gofiber.io/guide/routing)
- Доступ к [статичным файлам](https://docs.gofiber.io/api/app#static)
- Экстремальная [производительность](https://docs.gofiber.io/extra/benchmarks)
- [Низкий объем потребления памяти](https://docs.gofiber.io/extra/benchmarks)
- [Эндпоинты](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)
- [Middleware](https://docs.gofiber.io/category/-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 @@ -436,7 +436,7 @@ func main() {

### JSON Response

📖 [JSON](https://docs.gofiber.io/ctx#json)
📖 [JSON](https://docs.gofiber.io/api/ctx#json)

```go
type User struct {
Expand Down
6 changes: 3 additions & 3 deletions .github/README_sa.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,12 @@ go get -u github.com/gofiber/fiber/v2

## 🎯 الميزات

- قوي [routing](https://docs.gofiber.io/routing)
- قوي [routing](https://docs.gofiber.io/guide/routing)
- يقدم خدمة [static files](https://docs.gofiber.io/api/app#static)
- أقصى [أداء](https://docs.gofiber.io/extra/benchmarks)
- [ذاكرة منخفضة](https://docs.gofiber.io/extra/benchmarks)
- [API endpoints](https://docs.gofiber.io/api/ctx)
- [Middleware](https://docs.gofiber.io/middleware) & [Next](https://docs.gofiber.io/api/ctx#next) مدعوم
- [Middleware](https://docs.gofiber.io/category/-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 @@ -490,7 +490,7 @@ func main() {

### JSON Response

📖 [JSON](https://docs.gofiber.io/ctx#json)
📖 [JSON](https://docs.gofiber.io/api/ctx#json)

<div dir="ltr" >

Expand Down
4 changes: 2 additions & 2 deletions .github/README_tr.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ go get -u github.com/gofiber/fiber/v2

## 🎯 Özellikler

- Güçlü [routing](https://docs.gofiber.io/routing)
- Güçlü [routing](https://docs.gofiber.io/guide/routing)
- [Statik dosya](https://docs.gofiber.io/api/app#static) sunumu
- Olağanüstü [performans](https://docs.gofiber.io/extra/benchmarks)
- [Düşük bellek](https://docs.gofiber.io/extra/benchmarks) kullanımı
Expand Down Expand Up @@ -434,7 +434,7 @@ func main() {

### JSON Yanıtları

📖 [JSON](https://docs.gofiber.io/ctx#json)
📖 [JSON](https://docs.gofiber.io/api/ctx#json)

```go
type User struct {
Expand Down
8 changes: 4 additions & 4 deletions .github/README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,12 @@ go get -u github.com/gofiber/fiber/v2

## 🎯 特点

- 强大的[路由](https://docs.gofiber.io/routing)
- 强大的[路由](https://docs.gofiber.io/guide/routing)
- [静态文件](https://docs.gofiber.io/api/app#static)服务
- 极致[性能](https://docs.gofiber.io/extra/benchmarks)
- [低内存占用](https://docs.gofiber.io/extra/benchmarks)
- [API 接口](https://docs.gofiber.io/api/ctx)
- 支持[中间件](https://docs.gofiber.io/middleware)[Next](https://docs.gofiber.io/api/ctx#next)
- 支持[中间件](https://docs.gofiber.io/category/-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://github.com/gofiber/template)
- [支持 WebSocket](https://github.com/gofiber/websocket)
Expand Down Expand Up @@ -252,7 +252,7 @@ func main() {

```

#### 📖 [**中间件**](https://docs.gofiber.io/middleware)[**Next**](https://docs.gofiber.io/api/ctx#next)
#### 📖 [**中间件**](https://docs.gofiber.io/category/-middleware)[**Next**](https://docs.gofiber.io/api/ctx#next)

```go
func main() {
Expand Down Expand Up @@ -442,7 +442,7 @@ func main() {

### JSON 响应

📖 [JSON](https://docs.gofiber.io/ctx#json)
📖 [JSON](https://docs.gofiber.io/api/ctx#json)

```go
type User struct {
Expand Down
Loading

0 comments on commit a70b861

Please sign in to comment.