Skip to content

Commit

Permalink
remove references to obsolete services
Browse files Browse the repository at this point in the history
  • Loading branch information
lahma committed Dec 10, 2023
1 parent b3994d8 commit 96eec69
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 28 deletions.
4 changes: 2 additions & 2 deletions website/src/components/layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@ const Footer = () => {
</div>
<div className="social-links column is-3">
<a
href="http://forum.springframework.net/"
href="https://github.com/spring-projects/spring-net/discussions/"
className="button is-black is-rounded"
>
<FontAwesomeIcon icon={faMessage} />
</a>
<a
href="https://jira.springframework.org/secure/BrowseProject.jspa?id=10020"
href="https://github.com/spring-projects/spring-net/issues"
className="button is-black is-rounded"
>
<FontAwesomeIcon icon={faJira} />
Expand Down
24 changes: 5 additions & 19 deletions website/src/components/layout/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,37 +85,23 @@ const Navbar = (): JSX.Element => {
<a
className="navbar-item"
target={`_blank`}
href="http://forum.springframework.net/"
href="hhttps://github.com/spring-projects/spring-net/discussions"
>
Forum
GitHub Discussions
</a>
<a
className="navbar-item"
target={`_blank`}
href="https://jira.springframework.org/secure/BrowseProject.jspa?id=10020"
href="https://github.com/spring-projects/spring-net/issues"
>
JIRA Issue Tracking
</a>
<a
className="navbar-item"
target={`_blank`}
href="https://fisheye.springframework.org/browse/spring-net"
>
FishEye Repository Browser
</a>
<a
className="navbar-item"
target={`_blank`}
href="http://build.springframework.org/browse/SPRNET"
>
Continuous Integration
GitHub Issues
</a>
<a
className="navbar-item"
target={`_blank`}
href="https://github.com/springsource/spring-net/"
>
Source Repository (GitHub)
Source Repository
</a>
</div>
</div>
Expand Down
7 changes: 0 additions & 7 deletions website/src/pages/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,3 @@ keywords:

# Roadmap

Please contribute 'wish-list' of features either via the [forums](http://forum.springframework.net/) or direct submission to the [JIRA Issue Tracker](https://jira.springframework.org/secure/BrowseProject.jspa?id=10020).

The roadmap of issues and features in JIRA can be found [here](https://jira.springframework.org/secure/BrowseProject.jspa?id=10020).

The 1.3.1 GA release is scheduled for October 15th, 2010!

**Please lets us know your feature requests for 2.0 and beyond!**

0 comments on commit 96eec69

Please sign in to comment.