From b5702d17bdfcfa97fc1effbeb9cb49ac7e5146e1 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Mon, 5 Apr 2021 14:54:14 +0100 Subject: [PATCH] Default branch rename in docs --- docs/src/reference/asciidoc/appendix-distributedpaper.adoc | 2 +- docs/src/reference/asciidoc/sm-examples.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/reference/asciidoc/appendix-distributedpaper.adoc b/docs/src/reference/asciidoc/appendix-distributedpaper.adoc index 826b659f..48d725ba 100644 --- a/docs/src/reference/asciidoc/appendix-distributedpaper.adoc +++ b/docs/src/reference/asciidoc/appendix-distributedpaper.adoc @@ -80,7 +80,7 @@ Jepsen tests in the following environment: events and check particular state machine statuses. All Jepsen tests for `Spring Distributed Statemachine` are available from -https://github.com/spring-projects/spring-statemachine/tree/master/jepsen/spring-statemachine-jepsen[Jepsen +https://github.com/spring-projects/spring-statemachine/tree/main/jepsen/spring-statemachine-jepsen[Jepsen Tests.] === Generic Concepts diff --git a/docs/src/reference/asciidoc/sm-examples.adoc b/docs/src/reference/asciidoc/sm-examples.adoc index 1173807f..7a6d264f 100644 --- a/docs/src/reference/asciidoc/sm-examples.adoc +++ b/docs/src/reference/asciidoc/sm-examples.adoc @@ -64,7 +64,7 @@ project's `build/libs` directory. NOTE: The filenames for the jars to which we refer in this section are populated during a build of this document, meaning that, if you build samples from -master, you have files with a `BUILD-SNAPSHOT` postfix. +main, you have files with a `BUILD-SNAPSHOT` postfix. include::sm-examples-turnstile.adoc[] include::sm-examples-turnstilereactive.adoc[]