Skip to content

Commit 4333ab6

Browse files
committed
Fix links in READMEs
1 parent 97a651e commit 4333ab6

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ This project is governed by the [Spring Code of Conduct](CODE_OF_CONDUCT.adoc).
88

99
## Documentation
1010

11-
This project maintains its reference documentation ([published](https://docs.spring.io/spring-grapqhl/docs/current-SNAPSHOT/spring-graphql-reference/) and [source](docs/src/docs/asciidoc)) and an
12-
[API reference](https://docs.spring.io/spring-graphql/docs/current-SNAPSHOT/javadoc-api/).
11+
This project maintains its reference documentation ([published](https://docs.spring.io/spring-graphql/docs/current-SNAPSHOT/reference/html/) and [source](docs/src/docs/asciidoc)) and an
12+
[API reference](https://docs.spring.io/spring-graphql/docs/current-SNAPSHOT/api/).
1313

1414

1515
## Continuous Integration Builds

ci/README.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
== Spring GraphQL Concourse pipeline
22

3-
The Spring GraphQL experimental project is using https://concourse-ci.org/[Concourse] for its CI build and other automated tasks.
3+
The Spring GraphQL project is using https://concourse-ci.org/[Concourse] for its CI build and other automated tasks.
44
The Spring team has a dedicated Concourse instance available at https://ci.spring.io.
55

66
=== Setting up your development environment
@@ -29,14 +29,15 @@ The build pipelines are described in `pipeline.yml` file.
2929
This file is listing Concourse resources, i.e. build inputs and outputs such as container images, artifact repositories, source repositories, notification services, etc.
3030
It also describes jobs (a job is a sequence of inputs, tasks and outputs); jobs are organized by groups.
3131

32-
The `pipeline.yml` definition contains `((parameters))` which are loaded from the `parameters.yml` file or from our https://docs.cloudfoundry.org/credhub/[credhub instance].
32+
The `pipeline.yml` definition contains `((parameters))` which are loaded from the `parameters.yml` file or from our https://www.vaultproject.io/[Vault instance].
3333

3434
You'll find in this folder the following resources:
3535
* `pipeline.yml` the build pipeline
3636
* `parameters.yml` the build parameters used for the pipeline
3737
* `images/` holds the container images definitions used in this pipeline
3838
* `scripts/` holds the build scripts that ship within the CI container images
3939
* `tasks` contains the task definitions used in the main `pipeline.yml`
40+
* `config` contains the Spring Boot configuration for the https://github.com/spring-io/github-changelog-generator[changelog generator] and https://github.com/spring-io/concourse-release-scripts[concourse-release-scripts]
4041

4142
=== Updating the build pipeline
4243

@@ -48,4 +49,4 @@ The pipeline can be deployed using the following command:
4849
$ fly -t spring-graphql set-pipeline -p spring-graphql -c ci/pipeline.yml -l ci/parameters.yml
4950
----
5051

51-
NOTE: This assumes that you have credhub integration configured with the appropriate secrets.
52+
NOTE: This assumes that you have Vault configured with the appropriate secrets.

0 commit comments

Comments
 (0)