Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
fix help link
Browse files Browse the repository at this point in the history
  • Loading branch information
CDR-AndrewG authored Jun 13, 2023
2 parents 5ee4da0 + e12b048 commit e9bc4ec
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ on:
- '.github/pull_request_template.md'
- '.github/stale.yml'
- 'LICENSE'
- 'Postman/**'
- 'Help/**'
- 'CertificateManagement/**'
pull_request:
# The branches below must be a subset of the branches above
branches: [ main, develop ]
Expand All @@ -33,6 +36,9 @@ on:
- '.github/pull_request_template.md'
- '.github/stale.yml'
- 'LICENSE'
- 'Postman/**'
- 'Help/**'
- 'CertificateManagement/**'
schedule:
- cron: '24 17 * * 4'

Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ on:
- '.github/pull_request_template.md'
- '.github/stale.yml'
- 'LICENSE'
- 'Postman/**'
- 'Postman/**'
- 'Help/**'
- 'CertificateManagement/**'
pull_request:
branches: [main, develop]
types: [opened, synchronize, reopened]
Expand All @@ -25,7 +27,9 @@ on:
- '.github/pull_request_template.md'
- '.github/stale.yml'
- 'LICENSE'
- 'Postman/**'
- 'Postman/**'
- 'Help/**'
- 'CertificateManagement/**'

env:
DOCKER_IMAGE: consumerdataright/mock-data-holder-energy
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ on:
- '.github/pull_request_template.md'
- '.github/stale.yml'
- 'LICENSE'
- 'Postman/**'
- 'Postman/**'
- 'Help/**'
- 'CertificateManagement/**'
pull_request:
branches: [ main, develop ]
types: [opened, synchronize, reopened]
Expand All @@ -23,7 +25,9 @@ on:
- '.github/pull_request_template.md'
- '.github/stale.yml'
- 'LICENSE'
- 'Postman/**'
- 'Postman/**'
- 'Help/**'
- 'CertificateManagement/**'

env:
buildConfiguration: 'Release'
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/sonarcloud-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
- '.github/pull_request_template.md'
- '.github/stale.yml'
- 'LICENSE'
- 'Postman/**'
- 'Help/**'
- 'CertificateManagement/**'
pull_request:
branches: [main, develop]
types: [opened, synchronize, reopened]
Expand All @@ -21,6 +24,9 @@ on:
- '.github/pull_request_template.md'
- '.github/stale.yml'
- 'LICENSE'
- 'Postman/**'
- 'Help/**'
- 'CertificateManagement/**'

env:
sonarSecret: ${{ secrets.SONAR_TOKEN }}
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Links in help file

## [1.3.1] - 2023-06-07
### Changed
Expand Down
2 changes: 1 addition & 1 deletion Help/debugging/HELP.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ MDHE-CdrAuthServer – Run the Authorisation Server in headed mode.
MDHE-CdrAuthServerHeadless – Run the Authorisation Server in headless mode.
MDHE-CdrAuthServerWorkingWithContainers - Run the Authorisation Server in headed mode and support integration with Docker containers.
```
When running the Authorisation Server in headed mode, follow the instructions [here](https://github.com/ConsumerDataRight/authorisation-server/Source/CdrAuthServer.UI/README.md "Authorisation Server UI ReadMe") to start the React application.
When running the Authorisation Server in headed mode, follow the instructions [here](https://github.com/ConsumerDataRight/authorisation-server/blob/main/Source/CdrAuthServer.UI/README.md "Authorisation Server UI ReadMe") to start the React application.

1. Open the Authorisation Server solution (cloned to CDR\\Authorisation-Server) in Visual Studio.

Expand Down

0 comments on commit e9bc4ec

Please sign in to comment.