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

janardhan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 38bed0b  [SYSTEMDS-2599] Development branch name change to main (#105)
38bed0b is described below

commit 38bed0b0092bacce68f99ee05c6ba4c44020df2b
Author: Janardhan Pulivarthi <[email protected]>
AuthorDate: Mon Nov 1 18:33:17 2021 +0530

    [SYSTEMDS-2599] Development branch name change to main (#105)
    
    Infra Jira ticket: https://issues.apache.org/jira/browse/INFRA-22462
---
 .asf.yaml                       | 4 ++--
 .github/workflows/build.yml     | 4 ++--
 .htaccess                       | 2 +-
 README.md                       | 4 ++--
 _src/_scripts/jquery.fitvids.js | 3 ++-
 5 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 9e5f9b4..2e2bc16 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -49,7 +49,7 @@ github:
     
 
   protected_branches:
-    master:
+    main:
       # Do not allow merge commits
       # by allowing linear history
       required_linear_history: true
@@ -74,5 +74,5 @@ staging:
   # outputdir: site
   
 jekyll:
-  whoami: master
+  whoami: main
   target: asf-staging-jekyll
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a5bb3dc..1eb0434 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -2,13 +2,13 @@ name: Build website
 
 on:
   push:
-    branches: [ master ]
+    branches: [ main ]
     paths-ignore:
       - '*.md'
   pull_request:
     paths-ignore:
       - '*.md'
-    branches: [ master ]
+    branches: [ main ]
   # enable manual workflow trigger
   workflow_dispatch:
 
diff --git a/.htaccess b/.htaccess
index 2be2f05..96dd07f 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1 +1 @@
-Redirect 301 /algorithms 
https://github.com/apache/systemml/tree/master/scripts/algorithms
+Redirect 301 /algorithms 
https://github.com/apache/systemml/tree/main/scripts/algorithms
diff --git a/README.md b/README.md
index c64fa49..1d04c9a 100644
--- a/README.md
+++ b/README.md
@@ -106,7 +106,7 @@ git clone https://github.com/apache/systemds-website
 
 **Step 1:** 
 
-generate docs with as per https://github.com/apache/systemds/tree/master/docs
+generate docs with as per https://github.com/apache/systemds/tree/main/docs
 
 **1.1. API Documentation**
   
@@ -169,7 +169,7 @@ git push origin asf-site
 ```
 
 > Important: Along with this update project metadata by modifying 
 > `release_version:` in
-> 
[_src/_data/project.yml](https://github.com/apache/systemds-website/blob/master/_src/_data/project.yml#L46)
+> 
[_src/_data/project.yml](https://github.com/apache/systemds-website/blob/main/_src/_data/project.yml#L46)
 >
 > And Update links in the documentation page as 
 > [`9203626`](https://github.com/apache/systemds-website/commit/9203626f945e11706f36ff6693cd5eda454fe389)
diff --git a/_src/_scripts/jquery.fitvids.js b/_src/_scripts/jquery.fitvids.js
index bbfcdc0..b4932a8 100755
--- a/_src/_scripts/jquery.fitvids.js
+++ b/_src/_scripts/jquery.fitvids.js
@@ -19,7 +19,8 @@
     };
 
     if(!document.getElementById('fit-vids-style')) {
-      // appendStyles: 
https://github.com/toddmotto/fluidvids/blob/master/dist/fluidvids.js
+      // appendStyles:
+      // 
https://github.com/toddmotto/fluidvids/blob/b6ca991b5ac1f7792b3cfb992607284b21fb3177/dist/fluidvids.js
       var head = document.head || document.getElementsByTagName('head')[0];
       var css = 
'.fluid-width-video-wrapper{width:100%;position:relative;padding:0;}.fluid-width-video-wrapper
 iframe,.fluid-width-video-wrapper object,.fluid-width-video-wrapper embed 
{position:absolute;top:0;left:0;width:100%;height:100%;}';
       var div = document.createElement("div");

Reply via email to