@@ -6,7 +6,7 @@ Try the official [Iris Command Line Interface](https://github.com/kataras/iris-c
6
6
7
7
# <a href="https://iris-go.com"><img src="https://iris-go.com/images/logo-new-lq-45.png"></a> Iris Web Framework <a href="README_GR.md"><img width="20px" src="https://iris-go.com/images/flag-greece.svg" /> <a href="README_JA.md"><img width="20px" height="20px" src="https://iris-go.com/images/flag-japan.svg" /></a> </a> <a href="README_FR.md"><img width="20px" src="https://iris-go.com/images/flag-france.svg" /></a> <a href="README_ZH_HANT.md"><img width="20px" src="https://iris-go.com/images/flag-taiwan.svg" /></a> <a href="README_ZH_HANS.md"><img width="20px" src="https://iris-go.com/images/flag-china.svg" /></a> <a href="README_ES.md"><img width="20px" src="https://iris-go.com/images/flag-spain.png" /></a> <a href="README_FA.md"><img width="20px" src="https://iris-go.com/images/flag-iran.svg" /></a> <a href="README_RU.md"><img width="20px" src="https://iris-go.com/images/flag-russia.svg" /></a> <a href="README_KO.md"><img width="20px" src="https://iris-go.com/images/flag-south-korea.svg?v=12" /></a> <a href="README_PT_BR.md"><img width="20px" height="20px" src="https://iris-go.com/images/flag-brazil.svg" /></a> <a href="README_VN.md"><img width="20px" height="20px" src="https://iris-go.com/images/flag-vietnam.svg" /></a>
8
8
9
- [](https://github.com/kataras/iris/actions/workflows/ci.yml) [](https://github.com/kataras/iris/tree/master/_examples) [](https://gitter.im/iris_go/community) <!--[](https://app.fossa.io/projects/git%2Bgithub.com%2Fkataras%2Firis?ref=badge_shield)--> [](https://iris-go.com/donate) <!--[](https://goreportcard.com/report/github.com/kataras/iris)--><!--[](https://pkg.go.dev/github.com/kataras/iris/
[email protected] )--> <!-- [](https://github.com/kataras/iris/releases) -->
9
+ [](https://github.com/kataras/iris/actions/workflows/ci.yml) [](https://github.com/kataras/iris/tree/main/_examples) [](https://gitter.im/iris_go/community) <!--[](https://app.fossa.io/projects/git%2Bgithub.com%2Fkataras%2Firis?ref=badge_shield)--> [](https://iris-go.com/donate) <!--[](https://goreportcard.com/report/github.com/kataras/iris)--><!--[](https://pkg.go.dev/github.com/kataras/iris/
[email protected] )--> <!-- [](https://github.com/kataras/iris/releases) -->
10
10
11
11
Iris is a fast, simple yet fully featured and very efficient web framework for Go.
12
12
@@ -77,21 +77,21 @@ func updateUser(ctx iris.Context) {
77
77
}
78
78
```
79
79
80
- > Read the [routing examples](https://github.com/kataras/iris/blob/master /_examples/routing) for more!
80
+ > Read the [routing examples](https://github.com/kataras/iris/blob/main /_examples/routing) for more!
81
81
82
82
</details>
83
83
84
84
<details><summary>Handler with custom input and output arguments</summary>
85
85
86
- [](https://twitter.com/iris_framework/status/1234783655408668672)
86
+ [](https://twitter.com/iris_framework/status/1234783655408668672)
87
87
88
- > Interesting? Read the [examples](https://github.com/kataras/iris/blob/master /_examples/dependency-injection).
88
+ > Interesting? Read the [examples](https://github.com/kataras/iris/blob/main /_examples/dependency-injection).
89
89
90
90
</details>
91
91
92
92
<details><summary>Party Controller (NEW)</summary>
93
93
94
- > Head over to the [full running example](https://github.com/kataras/iris/blob/master /_examples/routing/party-controller)!
94
+ > Head over to the [full running example](https://github.com/kataras/iris/blob/main /_examples/routing/party-controller)!
95
95
96
96
</details>
97
97
@@ -569,7 +569,7 @@ Iris contains extensive and thorough **[documentation](https://www.iris-go.com/d
569
569
570
570
<!--  -->
571
571
572
- For a more detailed technical documentation you can head over to our [ godocs] ( https://pkg.go.dev/github.com/kataras/iris/v12@master ) . And for executable code you can always visit the [ ./_ examples] ( _examples ) repository's subdirectory.
572
+ For a more detailed technical documentation you can head over to our [ godocs] ( https://pkg.go.dev/github.com/kataras/iris/v12@main ) . And for executable code you can always visit the [ ./_ examples] ( _examples ) repository's subdirectory.
573
573
574
574
### Do you like to read while traveling?
575
575
0 commit comments