Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcc0nn3ll committed Mar 27, 2024
1 parent bce41f4 commit f3ae1d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion home/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Eclipse Jetty provides a highly scalable and memory-efficient web server and ser
== Where is Jetty used?
Jetty has been used in various projects and products in development and production for over 20 years. You can see more about products [Powered by Jetty]() and even have your project listed. Developers have long loved Jetty due to its history of being easily embedded in devices, tools, frameworks, application servers, and modern cloud services. Jetty serves the primary applications for billion-dollar companies, lurks in many cloud services, and has been involved in missions to Mars and on devices floating in the oceans of Earth. We are continuously astounded at the places where Jetty has appeared.

Many documentation resources are available, including an operations guide and a programmer's guide, all accessible from the [Documentation]() page.
Many documentation resources are available, including an operations guide and a programmer's guide, all accessible from the link:docs/[Documentation] page.

== Blog Entries

Expand Down
12 changes: 6 additions & 6 deletions home/modules/ROOT/pages/support.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

== Commercial Support

Professional support is available for the open-source releases of the Eclipse Jetty project through [Webtide](https://webtide.com). Webtide fully funds the ongoing development of the open-source project through services and support from members of the Jetty community. As 100% developer-owned and operated, working with Webtide is the best way to support and ensure the future of the open-source Jetty project.
Professional support is available for the open-source releases of the Eclipse Jetty project through link:https://webtide.com[Webtide]. Webtide fully funds the ongoing development of the open-source project through services and support from members of the Jetty community. As 100% developer-owned and operated, working with Webtide is the best way to support and ensure the future of the open-source Jetty project.

[Book an appointment now!](https://webtide.com/schedule)
link:https://webtide.com/schedule[Book an appointment now!]

== Open Source Support

Expand Down Expand Up @@ -34,17 +34,17 @@ Archives - http://dev.eclipse.org/mhonarc/lists/jetty-announce/
StackOverflow
From a simple support perspective, it is hard to beat [StackOverflow](http://stackoverflow.com/) when interacting with a Jetty community. Numerous users have asked and been answered on the platform by other users and developers alike.

Check out the general [Jetty](https://stackoverflow.com/questions/tagged/jetty) tag!
Check out the general link:https://stackoverflow.com/questions/tagged/jetty[jetty] tag!

The [Embedded-Jetty](https://stackoverflow.com/questions/tagged/embedded-jetty) tag is also popular for questions on Jetty internals.
The link:https://stackoverflow.com/questions/tagged/embedded-jetty[embedded-jetty] tag is also popular for questions on Jetty internals.

Github: Issues and Features
While not necessarily a support channel for solving a specific user problem, the issue tracker for Eclipse Jetty is a great location for addressing issues or suggesting features you want to see (or ideally contribute) in Jetty.

When you file a GitHub Issue in the Eclipse Jetty project, several labels are available, and we would like to encourage you to use them appropriately.

[Issues at Github](http://github.com/eclipse/jetty.project)
link:https://github.com/eclipse/jetty.project[Issues at Github]

We have additionally identified and labeled many issues that may be appropriate for users of different levels of expertise who might want to contribute to Jetty but not have a specific goal or issue in mind.

[Help Wanted](https://github.com/eclipse/jetty.project/issues?q=is%3Aopen+is%3Aissue+label%3A%22Help+Wanted%22)
link:https://github.com/eclipse/jetty.project/issues?q=is%3Aopen+is%3Aissue+label%3A%22Help+Wanted%22[Help Wanted]

0 comments on commit f3ae1d0

Please sign in to comment.