Skip to content

Commit 0bd951c

Browse files
committed
Update README.md
- Update ToC. - Use GitHub hyperlinks e.g. to retrieve base forks. - Move to HTTPs for hyperlink to Openfire official site.
1 parent a6ab5e1 commit 0bd951c

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,32 @@
22

33
- [Introduction](#introduction)
44
- [Contributing](#contributing)
5-
- [Issues](#issues)
6-
- [Announcements](../../issues/1)
5+
- [Other issues](#other-issues)
76
- [Getting started](#getting-started)
87
- [Installation](#installation)
98
- [Quickstart](#quickstart)
109
- [Persistence](#persistence)
10+
- [Java VM options](#java-vm-options)
1111
- [Logs](#logs)
12+
- [Maintenance](#maintenance)
13+
- [Upgrading](#upgrading)
14+
- [Shell Access](#shell-access)
1215
- [References](#references)
1316

1417
# Introduction
1518

16-
This image is a fork of gizmotronic/openfire to keep an up-to-date version.
17-
1819
`Dockerfile` to create a [Docker](https://www.docker.com/) container image for [Openfire](http://www.igniterealtime.org/projects/openfire/).
1920

2021
Openfire is a real time collaboration (RTC) server licensed under the Open Source Apache License. It uses the only widely adopted open protocol for instant messaging, XMPP (also called Jabber). Openfire is incredibly easy to setup and administer, but offers rock-solid security and performance.
2122

22-
This project is almost entirely identical to [sameersbn/openfire](/sameersbn/openfire).
23+
This image is a fork of [gizmotronic/openfire](https://github.com/gizmotronic/docker-openfire), a fork of [sameersbn/openfire](https://github.com/sameersbn/docker-openfire) itself, to keep an up-to-date version.
2324

2425
## Contributing
2526

2627
If you find this image useful here's how you can help:
2728

2829
- Send a pull request with your awesome features and bug fixes
29-
- Help users resolve their [issues](../../issues?q=is%3Aopen+is%3Aissue).
30+
- Help users resolve their [issues](https://github.com/nasqueron/docker-openfire/issues).
3031
- Support the development of this image with a [donation](http://www.damagehead.com/donate/)
3132

3233
## Other issues
@@ -146,5 +147,5 @@ docker exec -it openfire bash
146147

147148
# References
148149

149-
* http://www.igniterealtime.org/projects/openfire/
150+
* https://www.igniterealtime.org/projects/openfire/
150151
* https://library.linode.com/communications/xmpp/openfire/ubuntu-12.04-precise-pangolin

0 commit comments

Comments
 (0)