Skip to content

Commit

Permalink
fix: removing broken link (#416)
Browse files Browse the repository at this point in the history
* Removing link on the thirdparty/transaction-patterns as it doesn't need a link; it has two sub-items and it is collapsible, so removing link

* minor fix, upgrading pip

* adding James Bush to the codeowners list
  • Loading branch information
elnyry-sam-k authored Sep 27, 2023
1 parent 6ad904d commit ae30f73
Show file tree
Hide file tree
Showing 5 changed files with 1,282 additions and 1,566 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ defaults_Dependencies: &defaults_Dependencies |
make gcc g++ python3 libtool autoconf automake \
python3 \
py3-pip
pip3 install --upgrade pip
pip3 install awscli


Expand Down
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
## @global-owner1 and @global-owner2 will be requested for
## review when someone opens a pull request.
#* @global-owner1 @global-owner2
* @millerabel @mdebarros @kjw000 @elnyry-sam-k @lewisdaly @simeonoriko
* @millerabel @mdebarros @kjw000 @elnyry-sam-k @lewisdaly @simeonoriko @bushjames

## Order is important; the last matching pattern takes the most
## precedence. When someone opens a pull request that only
Expand Down
2 changes: 0 additions & 2 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ module.exports = {
},
{
title: 'Older versions',
path: 'fspiop/v1.0/',
children: [
['fspiop/v1.0/api-definition', 'v1.0'],
]
Expand Down Expand Up @@ -311,7 +310,6 @@ module.exports = {
},
{
title: 'Transaction Patterns',
path: 'thirdparty/transaction-patterns',
collapsable: true,
children: [
{
Expand Down
Loading

0 comments on commit ae30f73

Please sign in to comment.