Skip to content

Commit 5484931

Browse files
committed
Update CONTRIBUTING
1 parent b5db5ff commit 5484931

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Contributing to Spring Authorization Server
22

33
Spring Authorization Server is released under the Apache 2.0 license.
4-
If you would like to contribute something, or simply want to hack on the code this document should help you https://github.com/spring-projects-experimental/spring-authorization-server#getting-started[get started].
4+
If you would like to contribute something, or simply want to hack on the code this document should help you https://github.com/spring-projects/spring-authorization-server#getting-started[get started].
55

66
== Code of Conduct
77
This project adheres to the Contributor Covenant link:CODE_OF_CONDUCT.adoc[code of conduct].
@@ -32,7 +32,7 @@ That may mean using an external library directly in a `Filter`.
3232

3333
== Reporting Security Vulnerabilities
3434
If you think you have found a security vulnerability please *DO NOT* disclose it publicly until we've had a chance to fix it.
35-
Please don't report security vulnerabilities using GitHub issues, instead head over to https://pivotal.io/security and learn how to disclose them responsibly.
35+
Please don't report security vulnerabilities using GitHub issues, instead head over to https://spring.io/security-policy and learn how to disclose them responsibly.
3636

3737
== Sign the Contributor License Agreement
3838
Before we accept a non-trivial patch or pull request we will need you to https://cla.pivotal.io/sign/spring[sign the Contributor License Agreement].
@@ -45,7 +45,7 @@ Please add the Apache License header to all new classes, for example:
4545

4646
```java
4747
/*
48-
* Copyright 2020 the original author or authors.
48+
* Copyright 2020-2021 the original author or authors.
4949
*
5050
* Licensed under the Apache License, Version 2.0 (the "License");
5151
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)