Skip to content

Commit 82695b7

Browse files
committed
Update readme
1 parent cdf720e commit 82695b7

File tree

5 files changed

+178
-42
lines changed

5 files changed

+178
-42
lines changed

BUILDING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ environment variables. Examples of paths on Windows:
1414
If you have a new version of ImageMagick, then there is no compare.exe utility there, wrap the path to magick.exe in quotes and call compare command:
1515
ITEXT_MAGICK_COMPARE_EXEC=`"C:\Program Files\ImageMagick-7.0.9-Q16\magick.exe" compare`
1616

17-
[1]: http://www.ghostscript.com/
18-
[2]: http://www.imagemagick.org/
17+
[1]: https://www.ghostscript.com/
18+
[2]: https://www.imagemagick.org/

CODE_OF_CONDUCT.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
5555
## Enforcement
5656

5757
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58-
reported by contacting the project team at http://itextpdf.com/contact. All
58+
reported by contacting the project team at https://itextpdf.com/contact. All
5959
complaints will be reviewed and investigated and will result in a response that
6060
is deemed necessary and appropriate to the circumstances. The project team is
6161
obligated to maintain confidentiality with regard to the reporter of an incident.
@@ -68,7 +68,7 @@ members of the project's leadership.
6868
## Attribution
6969

7070
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71-
available at [http://contributor-covenant.org/version/1/4][version]
71+
available at [https://contributor-covenant.org/version/1/4][version]
7272

73-
[homepage]: http://contributor-covenant.org
74-
[version]: http://contributor-covenant.org/version/1/4/
73+
[homepage]: https://contributor-covenant.org
74+
[version]: https://contributor-covenant.org/version/1/4/

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Please note that this project is released with a [Contributor Code of Conduct][c
159159

160160
We use the [Stack Exchange][stackoverflow] network for free support and [GitHub][github] for code hosting. By using these services, you agree to abide by their terms:
161161

162-
* StackExchange: [http://stackexchange.com/legal](http://stackexchange.com/legal)
162+
* StackExchange: [https://stackexchange.com/legal](https://stackexchange.com/legal)
163163
* Github: [https://help.github.com/articles/github-terms-of-service/](https://help.github.com/articles/github-terms-of-service/)
164164

165165
[cla]: https://itextpdf.com/en/how-buy/legal/itext-contributor-license-agreement
@@ -168,7 +168,7 @@ We use the [Stack Exchange][stackoverflow] network for free support and [GitHub]
168168
[java-style-guide]: https://www.oracle.com/technetwork/java/codeconvtoc-136057.html
169169
[javadocs]: https://itextpdf.com/api
170170
[pull]: https://github.com/itext/itext7-dotnet/pulls
171-
[sscce]: http://sscce.org/
171+
[sscce]: https://sscce.org/
172172
[stackoverflow]: https://stackoverflow.com/questions/tagged/itext
173173
[good-questions]: https://stackoverflow.com/help/how-to-ask
174174
[mcve]: https://stackoverflow.com/help/mcve
@@ -180,4 +180,4 @@ We use the [Stack Exchange][stackoverflow] network for free support and [GitHub]
180180
[git-commit-end]: https://chris.beams.io/posts/git-commit/#end
181181
[git-commit-imperative]: https://chris.beams.io/posts/git-commit/#imperative
182182
[git-commit-wrap-72]: https://chris.beams.io/posts/git-commit/#wrap-72
183-
[git-commit-why-not-how]: https://chris.beams.io/posts/git-commit/#why-not-how
183+
[git-commit-why-not-how]: https://chris.beams.io/posts/git-commit/#why-not-how

0 commit comments

Comments
 (0)