Skip to content

Commit 1a7db9e

Browse files
committed
Updating github.com URL references to new location
1 parent 7a2d457 commit 1a7db9e

File tree

19 files changed

+25
-25
lines changed

19 files changed

+25
-25
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ Search for bugs
4343
----------------
4444
This project uses GitHub Issues to track ongoing development and issues.
4545

46-
- [https://github.com/eclipse/jetty.project/issues](https://github.com/eclipse/jetty.project/issues)
46+
- [https://github.com/jetty/jetty.project/issues](https://github.com/jetty/jetty.project/issues)
4747

4848
Create a new bug
4949
-----------------
5050
Be sure to search for existing bugs before you create another one. Remember that contributions are always welcome!
5151

52-
- [https://github.com/eclipse/jetty.project/issues](https://github.com/eclipse/jetty.project/issues)
52+
- [https://github.com/jetty/jetty.project/issues](https://github.com/jetty/jetty.project/issues)
5353

5454
Reporting Security Issues
5555
-----------------

jetty-documentation/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
<JDURL>https://jetty.org/javadoc/jetty-9</JDURL>
3333
<JXURL>http://download.eclipse.org/jetty/stable-9/xref</JXURL>
3434
<SRCDIR>${basedir}/..</SRCDIR>
35-
<GITBROWSEURL>https://github.com/eclipse/jetty.project/tree/jetty-9.4.x</GITBROWSEURL>
36-
<GITDOCURL>https://github.com/eclipse/jetty.project/tree/jetty-9.4.x/jetty-documentation/src/main/asciidoc</GITDOCURL>
35+
<GITBROWSEURL>https://github.com/jetty/jetty.project/tree/jetty-9.4.x</GITBROWSEURL>
36+
<GITDOCURL>https://github.com/jetty/jetty.project/tree/jetty-9.4.x/jetty-documentation/src/main/asciidoc</GITDOCURL>
3737
<MVNCENTRAL>http://central.maven.org/maven2</MVNCENTRAL>
3838
<VERSION>${project.version}</VERSION>
3939
<TIMESTAMP>${maven.build.timestamp}</TIMESTAMP>

jetty-documentation/src/main/asciidoc/administration/sessions/session-configuration-infinispan.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ There are no configuration properties associated with this module.
205205

206206
From jetty-9.4.13 onwards, we have changed the format of the serialized session when using a remote cache (ie using hotrod).
207207
Prior to release 9.4.13 we used the default Infinispan serialization, however this was not able to store sufficient information to allow jetty to properly deserialize session attributes in all circumstances.
208-
See issue https://github.com/eclipse/jetty.project/issues/2919 for more background.
208+
See issue https://github.com/jetty/jetty.project/issues/2919 for more background.
209209

210210
We have provided a conversion program which will convert any sessions stored in Infinispan to the new format.
211211
[IMPORTANT]

jetty-documentation/src/main/asciidoc/configuring/security/jaas-support.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,4 +407,4 @@ public class FooLoginModule extends AbstractLoginModule
407407

408408
An example webapp using JAAS can be found in the Jetty GitHub repository:
409409

410-
* link:{GITBROWSEURL}/tests/test-webapps/test-jaas-webapp[https://github.com/eclipse/jetty.project/tree/jetty-9.4.x/tests/test-webapps/test-jaas-webapp]
410+
* link:{GITBROWSEURL}/tests/test-webapps/test-jaas-webapp[https://github.com/jetty/jetty.project/tree/jetty-9.4.x/tests/test-webapps/test-jaas-webapp]

jetty-documentation/src/main/asciidoc/development/continuations/continuations-patterns.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ If many responses are to be sent (e.g., a chat room), then writing one response
104104

105105
==== Examples
106106

107-
* The https://github.com/eclipse/jetty.project/blob/jetty-9.4.x/tests/test-webapps/test-jetty-webapp/src/main/java/com/acme/ChatServlet.java[ChatServlet example]
107+
* The https://github.com/jetty/jetty.project/blob/jetty-9.4.x/tests/test-webapps/test-jetty-webapp/src/main/java/com/acme/ChatServlet.java[ChatServlet example]
108108
shows how to make a chat room using Async Servlets.
109109
The same principles are applied to frameworks like http://cometd.org/[cometd] which provide an richer environment for such applications, based on Continuations.
110110

jetty-documentation/src/main/asciidoc/reference/contributing/bugs.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
As with any constantly evolving software project, there will be issues, features, and bugs.
2323
We want to know whats bugging you!
2424

25-
File bugs as Issues in our Github repository http://github.com/eclipse/jetty.project[Issues at Github]
25+
File bugs as Issues in our Github repository http://github.com/jetty/jetty.project[Issues at Github]
2626

jetty-documentation/src/main/asciidoc/reference/contributing/documentation.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Clone the repository:
5454

5555
[source, screen]
5656
----
57-
$ git clone https://github.com/eclipse/jetty.project.git
57+
$ git clone https://github.com/jetty/jetty.project.git
5858
----
5959

6060
You will now have a local directory with all of jetty, including the jetty-documentation.
@@ -113,7 +113,7 @@ Obviously we can not allow anyone immediate access to this repository so you mus
113113
In English that means that you would go to the url of the documentation in github:
114114

115115
----
116-
https://github.com/eclipse/jetty.project
116+
https://github.com/jetty/jetty.project
117117
----
118118

119119
When you are on this page you will see a little button called 'Fork' which you can click and you will be taken back to your main page on github where you have a new repository.

jetty-documentation/src/main/asciidoc/reference/contributing/source-build.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ These are the URLs to the GIT repositories for the Jetty code.
3333
They are for people who are working on the Jetty project, as well as for people who are interested in examining or modifying the Jetty code for their own projects.
3434

3535
Jetty Project Repository::
36-
https://github.com/eclipse/jetty.project
36+
https://github.com/jetty/jetty.project
3737

3838
===== Build and Project Infrastructure SCM URLs
3939

@@ -58,7 +58,7 @@ Building Jetty should simply be a matter of changing into the relevant directory
5858
[source, screen]
5959
----
6060
61-
$ git clone https://github.com/eclipse/jetty.project.git
61+
$ git clone https://github.com/jetty/jetty.project.git
6262
$ cd jetty.project
6363
$ mvn install
6464

jetty-documentation/src/main/asciidoc/reference/jetty-xml/jetty-xml-config.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
Not all Jetty features are configured in `jetty.xml`.
3333
There are several optional configuration files that share the same format as `jetty.xml` and, if specified, concatenate to it.
34-
These configuration files are also stored in `$JETTY_HOME/etc/`, and examples of them are in http://github.com/eclipse/jetty.project/jetty-server/src/main/config/etc/[Github Repository].
34+
These configuration files are also stored in `$JETTY_HOME/etc/`, and examples of them are in http://github.com/jetty/jetty.project/jetty-server/src/main/config/etc/[Github Repository].
3535
The selection of which configuration files to use is controlled by `start.jar` and the process of merging configuration is described in xref:jetty-xml-usage[].
3636

3737
[[root-element-jetty-xml]]

jetty-util/src/test/java/org/eclipse/jetty/util/RolloverFileOutputStreamTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ private void assertSequence(ZonedDateTime midnight, Object[][] expected)
8383
}
8484

8585
/**
86-
* <a href="Issue #1507">https://github.com/eclipse/jetty.project/issues/1507</a>
86+
* <a href="Issue #1507">https://github.com/jetty/jetty.project/issues/1507</a>
8787
*/
8888
@Test
8989
public void testMidnightRolloverCalcPDTIssue1507()

jetty-websocket/websocket-common/src/test/java/org/eclipse/jetty/websocket/common/WebSocketRemoteEndpointTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public void testTextPingText(TestInfo testinfo) throws IOException
9191
/**
9292
* Ensure that WebSocketRemoteEndpoint honors the correct order of websocket frames.
9393
*
94-
* @see <a href="https://github.com/eclipse/jetty.project/issues/2491">eclipse/jetty.project#2491</a>
94+
* @see <a href="https://github.com/jetty/jetty.project/issues/2491">eclipse/jetty.project#2491</a>
9595
*/
9696
@Test
9797
public void testLargeSmallText(TestInfo testInfo) throws ExecutionException, InterruptedException

jetty-websocket/websocket-common/src/test/java/org/eclipse/jetty/websocket/common/extensions/FragmentExtensionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ public void testOutgoingPing() throws IOException
330330
/**
331331
* Ensure that FragmentExtension honors the correct order of websocket frames.
332332
*
333-
* @see <a href="https://github.com/eclipse/jetty.project/issues/2491">eclipse/jetty.project#2491</a>
333+
* @see <a href="https://github.com/jetty/jetty.project/issues/2491">eclipse/jetty.project#2491</a>
334334
*/
335335
@Test
336336
public void testLargeSmallTextAlternating() throws Exception

jetty-websocket/websocket-common/src/test/java/org/eclipse/jetty/websocket/common/io/FrameFlusherTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public void testPostCloseFrameCallbacks() throws ExecutionException, Interrupted
9090
/**
9191
* Ensure that FrameFlusher honors the correct order of websocket frames.
9292
*
93-
* @see <a href="https://github.com/eclipse/jetty.project/issues/2491">eclipse/jetty.project#2491</a>
93+
* @see <a href="https://github.com/jetty/jetty.project/issues/2491">eclipse/jetty.project#2491</a>
9494
*/
9595
@Test
9696
public void testLargeSmallText() throws ExecutionException, InterruptedException

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,9 @@
167167
</licenses>
168168

169169
<scm>
170-
<connection>scm:git:https://github.com/eclipse/jetty.project.git</connection>
170+
<connection>scm:git:https://github.com/jetty/jetty.project.git</connection>
171171
<developerConnection>scm:git:[email protected]:eclipse/jetty.project.git</developerConnection>
172-
<url>https://github.com/eclipse/jetty.project</url>
172+
<url>https://github.com/jetty/jetty.project</url>
173173
</scm>
174174

175175
<modules>
@@ -1748,7 +1748,7 @@
17481748

17491749
<issueManagement>
17501750
<system>github</system>
1751-
<url>https://github.com/eclipse/jetty.project/issues</url>
1751+
<url>https://github.com/jetty/jetty.project/issues</url>
17521752
</issueManagement>
17531753

17541754
<mailingLists>

tests/test-integration/src/test/java/org/eclipse/jetty/test/DeploymentErrorInitializer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/**
2727
* A SCI that tosses an Error to intentionally to cause issues with the DeploymentManager
2828
*
29-
* @see <a href="https://github.com/eclipse/jetty.project/issues/1602">Issue #1602</a>
29+
* @see <a href="https://github.com/jetty/jetty.project/issues/1602">Issue #1602</a>
3030
*/
3131
public class DeploymentErrorInitializer implements ServletContainerInitializer
3232
{

tests/test-webapps/test-jaas-webapp/src/main/webapp/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h2>Preparation</h2>
2424
$JETTY_BASE/start.ini file. The Jetty demo-base already has JAAS enabled in its start.ini file. </p>
2525

2626
<p>The full source of this demonstration is available <a
27-
href="https://github.com/eclipse/jetty.project/tree/jetty-9.4.x/tests/test-webapps/test-jaas-webapp">here</a>.</p>
27+
href="https://github.com/jetty/jetty.project/tree/jetty-9.4.x/tests/test-webapps/test-jaas-webapp">here</a>.</p>
2828

2929
<h2>Using the Demo</h2>
3030
<P>

tests/test-webapps/test-jetty-webapp/src/main/webapp/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h2>Jetty Tests:</h2>
5858
<h2>Useful links:</h2>
5959
<ul>
6060
<li><a
61-
href="https://github.com/eclipse/jetty.project/tree/jetty-9.4.x/tests/test-webapps/test-jetty-webapp">Source
61+
href="https://github.com/jetty/jetty.project/tree/jetty-9.4.x/tests/test-webapps/test-jetty-webapp">Source
6262
tree of this webapp</a></li>
6363
<li><a href="https://www.eclipse.org/jetty/">Jetty project home</a></li>
6464
<li><a href="https://www.eclipse.org/jetty/documentation/current/">Documentation</a></li>

tests/test-webapps/test-jndi-webapp/src/main/webapp/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h2>Preparation</h2>
2727
</p>
2828
<p>This will create a $JETTY_BASE/start.d/jndi.ini file to enable and parameterise JNDI. If the --add-to-start option instead, then the same initialisation will be appended to the
2929
$JETTY_BASE/start.ini file instead. The jetty demo-base already has JNDI enabled in the start.ini file and some mock resources included. </p>
30-
<p>The full source of this demonstration is available <a href="https://github.com/eclipse/jetty.project/tree/jetty-9.4.x/tests/test-webapps/test-jndi-webapp">here</a>.</p>
30+
<p>The full source of this demonstration is available <a href="https://github.com/jetty/jetty.project/tree/jetty-9.4.x/tests/test-webapps/test-jndi-webapp">here</a>.</p>
3131

3232

3333
<h2>Execution</h2>

tests/test-webapps/test-servlet-spec/test-spec-webapp/src/main/webapp/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h1>Servlet 3.1 Test WebApp</h1>
2121
<li>servlet container initializers.
2222
<li>multi-part upload support.
2323
</ul>
24-
The source repository for this test is available <a href="https://github.com/eclipse/jetty.project/tree/jetty-9.4.x/tests/test-webapps/test-servlet-spec/test-spec-webapp">here</a>.
24+
The source repository for this test is available <a href="https://github.com/jetty/jetty.project/tree/jetty-9.4.x/tests/test-webapps/test-servlet-spec/test-spec-webapp">here</a>.
2525
</p>
2626

2727
<h3>Test Servlet 2.5/3.0 Annotations, Fragments and Initializers</h3>

0 commit comments

Comments
 (0)