Skip to content

Commit 9b0a126

Browse files
committed
fix links
1 parent beec2ac commit 9b0a126

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,38 +2,38 @@
22

33
the enterprise ready specification framework
44

5-
* [http://github.spockframework.org](Source)
6-
* [http://issues.spockframework.org/](Issues)
7-
* [http://forum.spockframework.org/](Forum)
5+
* [Source](http://github.spockframework.org)
6+
* [Issues](http://issues.spockframework.org/)
7+
* [Forum](http://forum.spockframework.org/)
88

99
## What is it?
1010

11-
Spock is a testing and specification framework for Java and Groovy applications. What makes it stand out from the crowd is its beautiful and highly expressive specification language. Thanks to its JUnit runner, Spock is compatible with most IDEs, build tools, and continuous integration servers. Spock is inspired from [http://www.junit.org/](JUnit), [http://rspec.info/](RSpec), [http://www.jmock.org/](jMock), [http://www.mockito.org](Mockito), [http://groovy.codehaus.org/](Groovy), [http://www.scala-lang.org/](Scala), [http://en.wikipedia.org/wiki/Vulcans](Vulcans), and other fascinating life forms.
11+
Spock is a testing and specification framework for Java and Groovy applications. What makes it stand out from the crowd is its beautiful and highly expressive specification language. Thanks to its JUnit runner, Spock is compatible with most IDEs, build tools, and continuous integration servers. Spock is inspired from [JUnit](http://www.junit.org/), [RSpec](http://rspec.info/), [jMock](http://www.jmock.org/), [Mockito](http://www.mockito.org), [Groovy](http://groovy.codehaus.org/), [Scala](http://www.scala-lang.org/), [Vulcans](http://en.wikipedia.org/wiki/Vulcans), and other fascinating life forms.
1212

1313
## How Do I Get Started?
1414

15-
Read ten reasons why Spock is for you, run your first spec in [http://meetspock.appspot.com/?id=9001](Spock Web Console), fork the [https://github.com/spockframework/spock-example](spock-example) project, learn how to write a specification, or dive into the [http://docs.spockframework.org](reference documentation).
15+
Read ten reasons why Spock is for you, run your first spec in [Spock Web Console](http://meetspock.appspot.com/?id=9001), fork the [spock-example](https://github.com/spockframework/spock-example) project, learn how to write a specification, or dive into the [reference documentation](http://docs.spockframework.org).
1616

1717
## Where Are The Docs?
1818

19-
* Reference Documentation: [http://docs.spockframework.org]
20-
* Wiki (old): [http://wiki.spockframework.org]
21-
* Javadoc: [http://javadoc.spockframework.org/latest]
19+
* Reference Documentation: http://docs.spockframework.org
20+
* Wiki (old): http://wiki.spockframework.org
21+
* Javadoc: http://javadoc.spockframework.org/latest
2222

2323
## How Can I Get Involved?
2424

25-
* Source Code: [http://github.spockframework.org]
26-
* Issue Tracker: [http://issues.spockframework.org]
27-
* Discussion Forum: [http://forum.spockframework.org]
28-
* Continuous Build: [http://builds.spockframework.org]
25+
* Source Code: http://github.spockframework.org
26+
* Issue Tracker: http://issues.spockframework.org
27+
* Discussion Forum: http://forum.spockframework.org
28+
* Continuous Build: http://builds.spockframework.org
2929

3030
### Supporters
3131

32-
Thanks to JetBrains for providing [http://www.jetbrains.com/idea/](IDEA) and [http://www.jetbrains.com/teamcity/](TeamCity) licenses.
32+
Thanks to JetBrains for providing [IDEA](http://www.jetbrains.com/idea/) and [TeamCity](http://www.jetbrains.com/teamcity/) licenses.
3333

3434
YourKit is kindly supporting open source projects with its full-featured Java Profiler.
3535

3636
YourKit, LLC is the creator of innovative and intelligent tools for profiling
3737
Java and .NET applications. Take a look at YourKit's leading software products:
38-
[http://www.yourkit.com/java/profiler/index.jsp](YourKit Java Profiler) and
39-
[http://www.yourkit.com/.net/profiler/index.jsp](YourKit .NET Profiler).
38+
[YourKit Java Profiler](http://www.yourkit.com/java/profiler/index.jsp) and
39+
[YourKit .NET Profiler](http://www.yourkit.com/.net/profiler/index.jsp).

0 commit comments

Comments
 (0)