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

klesh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


The following commit(s) were added to refs/heads/main by this push:
     new 13215be35 fix: updating bitbucket server reference URLs to the working 
url (#7921)
13215be35 is described below

commit 13215be35386a6b8c60ad54e7f82f922bdb3a53e
Author: Jake Herbst <[email protected]>
AuthorDate: Tue Aug 20 23:00:49 2024 -0400

    fix: updating bitbucket server reference URLs to the working url (#7921)
    
    * fix: updating bitbucket server reference URLs to the working 
https://devlake.apache.org/docs/Configuration/BitBucketServer/
    
    * fix: updating BITBUCKET_SERVER in URLS const for v0.21 to match BITBUCKET 
block
    
    ---------
    
    Co-authored-by: Jake Herbst <[email protected]>
---
 config-ui/src/release/v0.21.ts | 6 +++---
 config-ui/src/release/v1.0.ts  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/config-ui/src/release/v0.21.ts b/config-ui/src/release/v0.21.ts
index 2627afa3b..36010f86f 100644
--- a/config-ui/src/release/v0.21.ts
+++ b/config-ui/src/release/v0.21.ts
@@ -43,10 +43,10 @@ const URLS = {
         
'https://devlake.apache.org/docs/v0.21/Configuration/BitBucket#step-3---adding-transformation-rules-optional',
     },
     BITBUCKET_SERVER: {
-      BASIS: 
'https://devlake.apache.org/docs/v0.21/Configuration/BitBucket-Server',
-      RATE_LIMIT: 
'https://devlake.apache.org/docs/v0.21/Configuration/BitBucket-Server#fixed-rate-limit-optional',
+      BASIS: 'https://devlake.apache.org/docs/v0.21/Configuration/BitBucket',
+      RATE_LIMIT: 
'https://devlake.apache.org/docs/v0.21/Configuration/BitBucket#fixed-rate-limit-optional',
       TRANSFORMATION:
-        
'https://devlake.apache.org/docs/v0.21/Configuration/BitBucket-Server#step-3---adding-transformation-rules-optional',
+        
'https://devlake.apache.org/docs/v0.21/Configuration/BitBucket#step-3---adding-transformation-rules-optional',
     },
     CIRCLECI: {
       RATE_LIMIT: 
'https://devlake.apache.org/docs/v0.21/Configuration/CircleCI#fixed-rate-limit-optional',
diff --git a/config-ui/src/release/v1.0.ts b/config-ui/src/release/v1.0.ts
index 7cbf8af98..dce10e42b 100644
--- a/config-ui/src/release/v1.0.ts
+++ b/config-ui/src/release/v1.0.ts
@@ -50,10 +50,10 @@ const URLS = {
         
'https://devlake.apache.org/docs/v1.0/Configuration/BitBucket#step-3---adding-transformation-rules-optional',
     },
     BITBUCKET_SERVER: {
-      BASIS: 
'https://devlake.apache.org/docs/v1.0/Configuration/BitBucket-Server',
-      RATE_LIMIT: 
'https://devlake.apache.org/docs/v1.0/Configuration/BitBucket-Server#fixed-rate-limit-optional',
+      BASIS: 
'https://devlake.apache.org/docs/v1.0/Configuration/BitBucketServer',
+      RATE_LIMIT: 
'https://devlake.apache.org/docs/v1.0/Configuration/BitBucketServer#fixed-rate-limit-optional',
       TRANSFORMATION:
-        
'https://devlake.apache.org/docs/v1.0/Configuration/BitBucket-Server#step-3---adding-transformation-rules-optional',
+        
'https://devlake.apache.org/docs/v1.0/Configuration/BitBucketServer#step-3---adding-transformation-rules-optional',
     },
     CIRCLECI: {
       RATE_LIMIT: 
'https://devlake.apache.org/docs/v1.0/Configuration/CircleCI#fixed-rate-limit-optional',

Reply via email to