Skip to content

Commit 5178a60

Browse files
committed
Update readme
1 parent 4f2b6a0 commit 5178a60

File tree

5 files changed

+195
-50
lines changed

5 files changed

+195
-50
lines changed

BUILDING.md

+4-14
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,8 @@ $ mvn clean install \
4242
> >(tee mvn.log) 2> >(tee mvn-error.log >&2)
4343
```
4444

45-
You can use the supplied `Vagrantfile` to get a [Vagrant][4] VM ([Ubuntu][5] 14.04 LTS - Trusty Tahr, with [VirtualBox][6]) with all the required software installed.
46-
```bash
47-
$ vagrant box add ubuntu/trusty64
48-
$ vagrant up
49-
$ vagrant ssh -- \
50-
'cd /vagrant ; mvn clean install -Dmaven.test.skip=true' \
51-
> >(tee mvn.log) 2> >(tee mvn-error.log >&2)
52-
```
45+
[1]: https://maven.apache.org/
46+
47+
[2]: https://www.ghostscript.com/
5348

54-
[1]: http://maven.apache.org/
55-
[2]: http://www.ghostscript.com/
56-
[3]: http://www.imagemagick.org/
57-
[4]: https://www.vagrantup.com/
58-
[5]: http://www.ubuntu.com/
59-
[6]: https://www.virtualbox.org/
49+
[3]: https://www.imagemagick.org/

CODE_OF_CONDUCT.md

+4-4
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

+4-3
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,8 @@ 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/pulls
171-
[sscce]: http://sscce.org/
171+
172+
[sscce]: https://sscce.org/
172173
[stackoverflow]: https://stackoverflow.com/questions/tagged/itext
173174
[good-questions]: https://stackoverflow.com/help/how-to-ask
174175
[mcve]: https://stackoverflow.com/help/mcve
@@ -180,4 +181,4 @@ We use the [Stack Exchange][stackoverflow] network for free support and [GitHub]
180181
[git-commit-end]: https://chris.beams.io/posts/git-commit/#end
181182
[git-commit-imperative]: https://chris.beams.io/posts/git-commit/#imperative
182183
[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
184+
[git-commit-why-not-how]: https://chris.beams.io/posts/git-commit/#why-not-how

0 commit comments

Comments
 (0)