This is an automated email from the ASF dual-hosted git repository. tzulitai pushed a commit to branch release-3.0 in repository https://gitbox.apache.org/repos/asf/flink-statefun.git
commit b1a12db02b0d33625b29d496b34653d2af09ee65 Author: Tzu-Li (Gordon) Tai <[email protected]> AuthorDate: Wed Apr 7 17:28:58 2021 +0800 [hotfix] [release] Update config.toml to point to release-3.0 branch --- docs/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config.toml b/docs/config.toml index 84ad145..3c8b975 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -baseURL = '//ci.apache.org/projects/flink/flink-statefun-docs-master' +baseURL = '//ci.apache.org/projects/flink/flink-statefun-docs-release-3.0' languageCode = "en-us" title = "Apache Flink Stateful Functions" enableGitInfo = false @@ -41,7 +41,7 @@ pygmentsUseClasses = true VersionTitle = "3.0" # The branch for this version of Apache Flink Stateful Functions - Branch = "master" + Branch = "release-3.0" # The github repository for Apache Flink Stateful Functions Repo = "//github.com/apache/flink-statefun"
