Update references to master branch

This commit is contained in:
Rossen Stoyanchev
2021-04-28 19:29:08 +01:00
parent 6e09359203
commit 95f87b66a8
2 changed files with 4 additions and 4 deletions

View File

@@ -50,11 +50,11 @@ future pull requests as well, simply so that the Spring Framework team knows
immediately that this process is complete.
## Create your branch from `master`
## Create your branch from `main`
If your pull request addresses a bug or improvement, please create your branch
from Spring Web Flow's `master` branch. Rest assured that if your pull
request is accepted and merged into `master`, these changes will also
from Spring Web Flow's `main` branch. Rest assured that if your pull
request is accepted and merged into `main`, these changes will also
considered as back-port candidates.

View File

@@ -32,7 +32,7 @@ This release requires JDK 1.6.
Spring Web Flow now supports a Java-based alternative for its system configuration.
See the updated <<_system_setup>>.
See the https://github.com/spring-projects/spring-webflow-samples/tree/master/booking-mvc[booking-mvc] and https://github.com/spring-projects/spring-webflow-samples/tree/master/booking-faces[booking-faces] samples that have been updated to use all Java configuration.
See the https://github.com/spring-projects/spring-webflow-samples/tree/main/booking-mvc[booking-mvc] and https://github.com/spring-projects/spring-webflow-samples/tree/main/booking-faces[booking-faces] samples that have been updated to use all Java configuration.
[[_whatsnew_swf_mvcflash]]
==== Spring MVC Flash Scope Integration