Skip to content

Commit cfe96b1

Browse files
quarckstert8m
authored andcommitted
change links to site absolute
Reviewed-by: Dmitry Belyavskiy <[email protected]> Reviewed-by: Tomas Mraz <[email protected]>
1 parent c928ba3 commit cfe96b1

8 files changed

+23
-23
lines changed

policies/api-compat.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ APIs and thus they are not allowed in minor releases.
2222
If necessary, a new API call can be added to implement the required changes in
2323
minor releases.
2424

25-
[ABI]: https://github.com/openssl/general-policies/blob/master/policies/glossary.md#abi
26-
[API]: https://github.com/openssl/general-policies/blob/master/policies/glossary.md#api
27-
[minor]: https://github.com/openssl/general-policies/blob/master/policies/glossary.md#minor-release
25+
[ABI]: /policies/general/glossary/#abi
26+
[API]: /policies/general/glossary/#api
27+
[minor]: /policies/general/glossary/#minor-release

policies/assembler.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ acceptable where such updates would be allowed under the
1414
Where assembler optimisations are acceptable they should be implemented using
1515
[perlasm].
1616

17-
[perlasm]: https://github.com/openssl/general-policies/blob/master/policies/glossary.md#perlasm
18-
[stable release]: https://github.com/openssl/general-policies/blob/master/policies/glossary.md#stable-release
19-
[stable release update policy]: https://github.com/openssl/technical-policies/blob/master/policies/stable-release-updates.md
17+
[perlasm]: /policies/general/glossary/#perlasm
18+
[stable release]: /policies/general/glossary/#stable-release
19+
[stable release update policy]: /policies/technical/stable-release-updates/

policies/branch-policy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ of OpenSSL-1.1.1 are named `OpenSSL_1_1_1<fix-letter(s)>`.
9494
The exact times when the future major and minor branches are created are
9595
undefined by the policy as that is an OMC responsibility to decide.
9696

97-
[stable release update policy]: https://github.com/openssl/technical-policies/blob/master/policies/stable-release-updates.md
97+
[stable release update policy]: /policies/technical/stable-release-updates/

policies/documentation-policy.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,6 @@ comments than less or none. Code that you've just written that is
127127
_obvious_ will not necessarily be to someone else two years later.
128128

129129

130-
[CHANGES]: https://github.com/openssl/general-policies/blob/master/policies/definitions.md#changes
131-
[NEWS]: https://github.com/openssl/general-policies/blob/master/policies/definitions.md#news
132-
[LDP]: https://github.com/openssl/general-policies/blob/master/policies/glossary.md#ldp
130+
[CHANGES]: /policies/general/glossary/#changes
131+
[NEWS]: /policies/general/glossary/#news
132+
[LDP]: /policies/general/glossary/#ldp

policies/release-requirements.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ major or minor releases.
123123
For example the responsibility to follow the release requirements can be
124124
delegated by the OTC to the person (or the team) preparing the release.
125125

126-
[alpha]: https://github.com/openssl/general-policies/blob/master/policies/glossary.md#alpha-release
127-
[beta]: https://github.com/openssl/general-policies/blob/master/policies/glossary.md#beta-release
128-
[major]: https://github.com/openssl/general-policies/blob/master/policies/glossary.md#major-release
129-
[minor]: https://github.com/openssl/general-policies/blob/master/policies/glossary.md#minor-release
130-
[patch]: https://github.com/openssl/general-policies/blob/master/policies/glossary.md#patch-release
126+
[alpha]: /policies/general/glossary/#alpha-release
127+
[beta]: /policies/general/glossary/#beta-release
128+
[major]: /policies/general/glossary/#major-release
129+
[minor]: /policies/general/glossary/#minor-release
130+
[patch]: /policies/general/glossary/#patch-release
131131
[triaged]: #triage-process

policies/stable-release-updates.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ A **bug fix** is **not**:
5252
- refactoring
5353
- addressing deviations from the [coding style policy].
5454

55-
[coding style policy]: https://github.com/openssl/technical-policies/blob/master/policies/coding-style.md
55+
[coding style policy]: /policies/technical/coding-style/
5656

5757
An **end-user documentation** is:
5858

policies/testing.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ Where performance fixes are implemented consideration should be given to whether
109109
we need to add a performance test to the performance testing suite.
110110

111111

112-
[CHANGES]: https://github.com/openssl/general-policies/blob/master/policies/definitions.md#changes
113-
[CI]: https://github.com/openssl/general-policies/blob/master/policies/glossary.md#ci
114-
[NEWS]: https://github.com/openssl/general-policies/blob/master/policies/definitions.md#news
115-
[OTC]: https://github.com/openssl/general-policies/blob/master/policies/glossary.md#otc
116-
[stable]: https://github.com/openssl/general-policies/blob/master/policies/glossary.md#stable-release
112+
[CHANGES]: /policies/general/glossary/#changes
113+
[CI]: /policies/general/glossary/#ci
114+
[NEWS]: /policies/general/glossary/#news
115+
[OTC]: /policies/general/glossary/#otc
116+
[stable]: /policies/general/glossary/#stable-release

policies/voting-procedure.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ The issue is then closed. In case the vote is in a pull request for a policy
7272
change and the vote passed the pull request for the policy change is squashed
7373
and merged into the repository.
7474

75-
[OTC]: https://github.com/openssl/general-policies/blob/master/policies/glossary.md#otc
76-
[OpenSSL Project mailing list]: https://mta.openssl.org/mailman/listinfo/openssl-project
75+
[OTC]: /policies/general/glossary/#otc
76+
[OpenSSL Project mailing list]: https://groups.google.com/a/openssl.org/g/openssl-project

0 commit comments

Comments
 (0)