Skip to content

Commit a259b27

Browse files
author
Rob Underwood
committed
Changing DEG references to PMCS
1 parent 05b7716 commit a259b27

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ deploy:
3030
name: $GH_NAME
3131
verbose: true
3232
keep-history: true
33-
local-dir: website/build/finos-deg
33+
local-dir: website/build/finos-pmcs
3434
target_branch: gh-pages
3535
on:
3636
branch: master

website/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ This website was created with [Docusaurus](https://docusaurus.io/) using [FINOS
77
Make sure you can execute `npm -v` from your terminal.
88

99
```
10-
git clone https://github.com/finos-deg/finos-deg.github.io.git
11-
cd finos-deg.github.io/website
10+
git clone https://github.com/finos/finos-pmcs.github.io.git
11+
cd finos-pmcs.github.io/website
12+
npm install
1213
npm start
1314
```

website/siteConfig.js

+7-7
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ const users = [
88
];
99

1010
const siteConfig = {
11-
title: 'Decentralized Ecosystem Growth',
12-
tagline: 'FINOS DEG - Open source for open finance',
13-
url: 'https://decentralized.finos.org',
14-
cname: 'decentralized.finos.org',
11+
title: 'FINOS Pan Program Management Committees',
12+
tagline: 'Cross Programs and Project Collaboration Work',
13+
url: 'https://pmcs.finos.org',
14+
cname: 'pmcs.finos.org',
1515
baseUrl: '/',
16-
projectName: 'finos-deg',
17-
organizationName: 'finos-deg',
16+
projectName: 'finos-pmcs',
17+
organizationName: 'finos-pmcs',
1818
headerLinks: [
1919
{doc: 'learn-more', label: 'Learn More'},
2020
{doc: 'projects', label: 'Projects'},
@@ -62,7 +62,7 @@ const siteConfig = {
6262

6363
// You may provide arbitrary config keys to be used as needed by your
6464
// template. For example, if you need your repo's URL...
65-
repoUrl: 'https://github.com/finos-deg/finos-deg'
65+
repoUrl: 'https://github.com/finos/finos-pmcs'
6666
};
6767

6868
module.exports = siteConfig;

0 commit comments

Comments
 (0)