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
The following commit(s) were added to refs/heads/release-3.0 by this push:
new 849780f [docs] Update base URL to nightlies.apache.org
849780f is described below
commit 849780f495cf708ee80d71745898aba68e4e7cfc
Author: Tzu-Li (Gordon) Tai <[email protected]>
AuthorDate: Fri Jul 23 16:06:34 2021 +0800
[docs] Update base URL to nightlies.apache.org
---
docs/config.toml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/docs/config.toml b/docs/config.toml
index 58344f5..9b54aa8 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-release-3.0'
+baseURL = '//nightlies.apache.org/flink/flink-statefun-docs-release-3.0'
languageCode = "en-us"
title = "Apache Flink Stateful Functions"
enableGitInfo = false
@@ -57,14 +57,14 @@ pygmentsUseClasses = true
# of the menu
MenuLinks = [
["Project Homepage", "//flink.apache.org"],
- ["JavaDocs",
"//ci.apache.org/projects/flink/flink-statefun-docs-master/api/java/"],
+ ["JavaDocs",
"//nightlies.apache.org/flink/flink-statefun-docs-release-3.0/api/java/"],
]
PreviousDocs = [
- ["3.0",
"https://ci.apache.org/projects/flink/flink-statefun-docs-release-3.0"],
- ["2.2",
"https://ci.apache.org/projects/flink/flink-statefun-docs-release-2.2"],
- ["2.1",
"https://ci.apache.org/projects/flink/flink-statefun-docs-release-2.1"],
- ["2.0",
"https://ci.apache.org/projects/flink/flink-statefun-docs-release-2.2"]
+ ["3.0",
"https://nightlies.apache.org/flink/flink-statefun-docs-release-3.0"],
+ ["2.2",
"https://nightlies.apache.org/flink/flink-statefun-docs-release-2.2"],
+ ["2.1",
"https://nightlies.apache.org/flink/flink-statefun-docs-release-2.1"],
+ ["2.0",
"https://nightlies.apache.org/flink/flink-statefun-docs-release-2.2"]
]
[markup]