Skip to content

Commit 114eed4

Browse files
authored
Merge pull request #119 from Venafi/0150_release
Updated README links
2 parents 58b65bb + 885208e commit 114eed4

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Venafi_vcert-python&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=Venafi_vcert-python)
88

99
_**This open source project is community-supported.** To report a problem or share an idea, use
10-
**[Issues](../../issues)**; and if you have a suggestion for fixing the issue, please include those details, too.
11-
In addition, use **[Pull Requests](../../pulls)** to contribute actual bug fixes or proposed enhancements.
10+
**[Issues](https://github.com/Venafi/vcert-python/issues)**; and if you have a suggestion for fixing the issue, please include those details, too.
11+
In addition, use **[Pull Requests](https://github.com/Venafi/vcert-python/pulls)** to contribute actual bug fixes or proposed enhancements.
1212
We welcome and appreciate all contributions. Got questions or want to discuss something with our team?
1313
**[Join us on Slack](https://join.slack.com/t/venafi-integrations/shared_invite/zt-i8fwc379-kDJlmzU8OiIQOJFSwiA~dg)**!_
1414

@@ -24,7 +24,7 @@ This implementation is based on the original Go library, https://github.com/Vena
2424
#### Compatibility
2525
***Starting version 0.14.0 vcert-python only supports Python 3.6 or higher***
2626

27-
VCert releases are tested using the latest version of Trust Protection Platform. The [latest VCert release](../../releases/latest) should be compatible with Trust Protection Platform 17.3 or higher based on the subset of API methods it consumes.
27+
VCert releases are tested using the latest version of Trust Protection Platform. The [latest VCert release](https://github.com/Venafi/vcert-python/releases/latest) should be compatible with Trust Protection Platform 17.3 or higher based on the subset of API methods it consumes.
2828

2929
## Installation
3030
Get the library using pip:
@@ -102,12 +102,12 @@ See https://packaging.python.org/guides/installing-using-pip-and-virtual-environ
102102

103103
## Version History
104104

105-
[Check version history here](docs/version_history.md)
105+
[Check version history here](https://github.com/Venafi/vcert-python/blob/master/docs/version_history.md)
106106

107107
## License
108108

109109
Copyright © Venafi, Inc. All rights reserved.
110110

111-
VCert is licensed under the Apache License, Version 2.0. See `LICENSE` for the full license text.
111+
VCert is licensed under the Apache License, Version 2.0. See [`LICENSE`](https://github.com/Venafi/vcert-python/blob/master/LICENSE) for the full license text.
112112

113113
Please direct questions/comments to opensource@venafi.com.

docs/version_history.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* Closed **[Issue 108](https://github.com/Venafi/vcert-python/issues/108)**: Added ability to add contacts(TPP)/owners(VaaS) to a policy when is created
1010
* Closed **[Issue 113](https://github.com/Venafi/vcert-python/issues/113)**: Added support for legacy PKCS1 format on private keys when requesting a certificate. Default now is PKCS8 for both TPP and VaaS
1111
* Closed **[Issue 116](https://github.com/Venafi/vcert-python/issues/116)**: Added ability to disable the following Subject fields when creating a policy on VaaS: organizations, org units, localities, states, countries
12+
* Updated README.md links to work on sites other than GitHub
1213
#### 0.14.0
1314
* Closed **[Issue 90](https://github.com/Venafi/vcert-python/issues/90)**: **Dropped support for Python2. New baseline is Python 3.6+**
1415
* Closed **[Issue 98](https://github.com/Venafi/vcert-python/issues/98)**: Added integration with sonarcloud for code analysis

0 commit comments

Comments
 (0)