[gtk-web/new-website: 191/191] Update the website location to the upstream repository



commit aac1fd546932d1438d2ee9c99ee7963499491b2c
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Mon Nov 11 14:39:50 2019 +0000

    Update the website location to the upstream repository

 CONTRIBUTING.md | 6 +++---
 README.md       | 4 ++--
 _config.yml     | 6 +++---
 package.json    | 2 +-
 4 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 71c9731..0726db1 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -38,7 +38,7 @@ To add a new documentation page, follow the steps below:
 permalink: /path/to/:name
 # specifies the URL path of the file which will be appended to the site's url
 ```
-3. Add the information about the new file to [/_data/stuff.yml](/_data/stuff.yml/).
+3. Add the information about the new file to [\_data/stuff.yml](_data/stuff.yml).
 4. Send a merge request using one of the merge request template.
 
If want a more detailed explanation about how to do the thing, you can check this [blog 
post](https://ravgeetdhillon.github.io/blog/adding-pages-to-jekyll-site/) by [Ravgeet 
Dhillon](https://gitlab.gnome.org/ravgeetdhillon/) on how to add documentation pages to the GTK website.
@@ -64,7 +64,7 @@ All the links and paths are relative to the website URL. Donot give absolute URL
 
 1. Create a local clone of the website:
 ```
-$ git clone https://gitlab.gnome.org/ravgeetdhillon/gtk-web.git
+$ git clone https://gitlab.gnome.org/Infrastructure/gtk-web.git
 ```
 2. Change into the gtk-web directory:
 ```
@@ -110,4 +110,4 @@ You can chat with the core team on IRC. The core is available to discuss about t
 
 <!-- markdown variables -->
 [code-of-conduct]: CODE_OF_CONDUCT.MD/
-[image-directory]: assets/img/
\ No newline at end of file
+[image-directory]: assets/img/
diff --git a/README.md b/README.md
index a14d022..177fc4c 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # GTK's Official Website
 
-We are soon going to replace the [current website](https://gtk.org) with this one: [Upcoming GTK 
Website](https://ravgeetdhillon.pages.gitlab.gnome.org/gtk-web)
+We are soon going to replace the [current website](https://gtk.org) with this one: [Upcoming GTK 
Website](https://gnome.pages.gitlab.gnome.org/gtk-web)
 
 ## About
 
@@ -72,7 +72,7 @@ To get the site up and running locally, follow the below steps:
 1. Install a full [Ruby development environment](https://jekyllrb.com/docs/installation/).
 2. Create a local clone of the website:
 ```git
-git clone https://gitlab.gnome.org/ravgeetdhillon/gtk-web.git
+git clone https://gitlab.gnome.org/Infrastructure/gtk-web.git
 ```
 3. Change into the gtk-web directory
 ```shell
diff --git a/_config.yml b/_config.yml
index 3c911ad..0486b9b 100644
--- a/_config.yml
+++ b/_config.yml
@@ -13,7 +13,7 @@ description: GTK is a highly usable, feature rich toolkit for creating graphical
 mini_description: GTK is a free and open-source cross-platform widget toolkit for creating graphical user 
interfaces.
 
 # the current stable version of GTK
-website_repo: https://gitlab.gnome.org/ravgeetdhillon/gtk-web
+website_repo: https://gitlab.gnome.org/Infrastructure/gtk-web.git
 
 # link to the GTK introduction/tutorial video
 tutorial_video_link: https://www.youtube.com/embed/bNA-Q8fQqTc/
@@ -21,7 +21,7 @@ tutorial_video_link: https://www.youtube.com/embed/bNA-Q8fQqTc/
 # jekyll configuration options
 
 baseurl: ''
-url: https://ravgeetdhillon.pages.gitlab.gnome.org/gtk-web
+url: https://gnome.pages.gitlab.gnome.org/gtk-web
 encoding: utf-8
 
 # markdown converter
@@ -78,4 +78,4 @@ gtag: ""
 google_analytics: ""
 
 # Google Tag Manager ID
-gtm: ""
\ No newline at end of file
+gtm: ""
diff --git a/package.json b/package.json
index 55052df..fe7d033 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
   },
   "repository": {
     "type": "git",
-    "url": "https://gitlab.gnome.org/ravgeetdhillon/gtk-web.git";
+    "url": "https://gitlab.gnome.org/Infrastructure/gtk-web.git";
   },
   "author": "",
   "license": "ISC",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]