This is an automated email from the ASF dual-hosted git repository.

tzulitai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git


The following commit(s) were added to refs/heads/master by this push:
     new b2f45d4  [docs] Change base urls to https://nightlies.apache.org
b2f45d4 is described below

commit b2f45d47c2a41e477b81e556694211c230ad601f
Author: Tzu-Li (Gordon) Tai <[email protected]>
AuthorDate: Fri Jul 23 15:23:50 2021 +0800

    [docs] Change base urls to https://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 467eebd..01dd3ca 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 = '//nightlies.apache.org/flink/flink-statefun-docs-master'
 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-master/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]

Reply via email to