diff --git a/.github/README_CH.md b/.github/README_CH.md index 1d6dbe18..7fc86325 100644 --- a/.github/README_CH.md +++ b/.github/README_CH.md @@ -14,7 +14,7 @@ ## Benchmark -[![](https://fiber.wiki/static/benchmarks/benchmark.png)](https://fiber.wiki/#/benchmarks) +[![](https://github.com/gofiber/docs/blob/master/static/benchmarks/benchmark.png)](https://fiber.wiki/benchmarks) 👉 **[点击这里](https://fiber.wiki/#/benchmarks)** 查看所有基准测试结果. @@ -73,7 +73,7 @@ go run server.go ## Static files -要提供静态文件,请使用 [Static](https://fiber.wiki/#/?id=static-files) 方法: +要提供静态文件,请使用 [Static](https://fiber.wiki/application#static) 方法: ```go package main diff --git a/.github/README_NEW.md b/.github/README_NEW.md index f5fde7a1..d2471628 100644 --- a/.github/README_NEW.md +++ b/.github/README_NEW.md @@ -41,21 +41,21 @@ go get github.com/gofiber/fiber ## 🤖 Benchmarks -These tests are performed by [TechEmpower](https://github.com/TechEmpower/FrameworkBenchmarks) and [Go Web](https://github.com/smallnest/go-web-framework-benchmark). If you want to see all results, please visit our [Wiki](https://fiber.wiki/#benchmarks). +These tests are performed by [TechEmpower](https://github.com/TechEmpower/FrameworkBenchmarks) and [Go Web](https://github.com/smallnest/go-web-framework-benchmark). If you want to see all results, please visit our [Wiki](https://fiber.wiki/benchmarks).

- - + +

## 🎯 Main features -- Robust [routing](https://fiber.wiki/#/routing) -- Serve [static files](https://fiber.wiki/#/application?id=static) -- [Extreme performance](https://fiber.wiki/#/benchmarks) +- Robust [routing](https://fiber.wiki/routing) +- Serve [static files](https://fiber.wiki/application#static) +- [Extreme performance](https://fiber.wiki/benchmarks) - Low memory footprint -- Express [API endpoints](https://fiber.wiki/#/context) -- Middleware & [Next](https://fiber.wiki/#context?id=next) support +- Express [API endpoints](https://fiber.wiki/context) +- Middleware & [Next](https://fiber.wiki/context#next) support - Rapid server-side programming - And much more, [visit our Wiki](https://fiber.wiki/) diff --git a/.github/README_RU.md b/.github/README_RU.md index 26d42fd8..741553c0 100644 --- a/.github/README_RU.md +++ b/.github/README_RU.md @@ -14,9 +14,9 @@ ## Бенчмарк -[![](https://fiber.wiki/static/benchmarks/benchmark.png)](https://fiber.wiki/#/benchmarks) +[![](https://github.com/gofiber/docs/blob/master/static/benchmarks/benchmark.png)](https://fiber.wiki/benchmarks) -👉 **[Click here](https://fiber.wiki/#/benchmarks)** to see all benchmark results. +👉 **[Click here](https://fiber.wiki/benchmarks)** to see all benchmark results. ## Особенности @@ -73,7 +73,7 @@ go run server.go ## Статичные файлы -Для получения доступа к статичным файлам, используйте метод [Static](https://fiber.wiki/#/?id=static-files): +Для получения доступа к статичным файлам, используйте метод [Static](https://fiber.wiki/application#static): ```go package main diff --git a/README.md b/README.md index 85db8fbe..4fce91da 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ People switching from [Node.js](https://nodejs.org/en/about/) to [Go](https://go ## Benchmark -[![](https://fiber.wiki/static/benchmarks/benchmark.png)](https://fiber.wiki/#/benchmarks) +[![](https://github.com/gofiber/docs/blob/master/static/benchmarks/benchmark.png)](https://fiber.wiki/benchmarks) -👉 **[Click here](https://fiber.wiki/#/benchmarks)** to see all benchmark results. +👉 **[Click here](https://fiber.wiki/benchmarks)** to see all benchmark results. ## Features @@ -73,7 +73,7 @@ And now, browse to `http://localhost:8080` and you should see `Hello, World!` on ## Static files -To serve static files, use the [Static](https://fiber.wiki/#/?id=static-files) method: +To serve static files, use the [Static](https://fiber.wiki/application#static) method: ```go package main