Skip to content

Commit 4f1c0a3

Browse files
Updating to consistent - sperated lowercase url scheme
1 parent 52bf4ab commit 4f1c0a3

File tree

13 files changed

+19
-19
lines changed

13 files changed

+19
-19
lines changed

Testing_with_TAP/index.md

-16
This file was deleted.

_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<h1 class="title"><a href="/"><img alt="Test Anything Protocol" src="/images/tap.png" /><!-- {{ site.name }}--></a></h1>
2121
<ul>
2222
<li><a class="extra" href="/">Home</a></li>
23-
<li><a class="extra" href="/Testing_with_TAP">Testing with TAP</a></li>
23+
<li><a class="extra" href="/testing-with-tap">Testing with TAP</a></li>
2424
<li><a class="extra" href="/producers.html">Producers</a></li>
2525
<li><a class="extra" href="/consumers.html">Consumers</a></li>
2626
</ul>

index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Here's what a TAP test stream looks like:
1919

2020
## Testing with TAP
2121

22-
- [Testing with TAP](/Testing_with_TAP) - How to run TAP based tests in your language of choice
22+
- [Testing with TAP](/testing-with-tap) - How to run TAP based tests in your language of choice
2323

2424

2525
## TAP Development
File renamed without changes.
File renamed without changes.
File renamed without changes.

testing-with-tap/index.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
layout: default
3+
title: Testing with TAP
4+
---
5+
6+
# Testing with TAP
7+
8+
How do you do TAP based testing with (insert language of choice here)?
9+
10+
- [Testing with C++](/testing-with-tap/c-plus-plus.html)
11+
- [Testing with Forth](/testing-with-tap/forth.html)
12+
- [Testing with PHP](/testing-with-tap/php.html)
13+
- [Testing with Perl](/testing-with-tap/perl.html)
14+
- [Testing with Erlang](/testing-with-tap/erlang.html)
15+
- [Testing with Ruby](/testing-with-tap/ruby.html)
16+
- [Testing with Java](/testing-with-tap/java.html)
File renamed without changes.
File renamed without changes.

Testing_with_TAP/perl.md renamed to testing-with-tap/perl.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ Here are some links to some of them; all of these use the Test Anything Protocol
1919
- [TAP::Harness](http://search.cpan.org/~andya/Test-Harness/lib/TAP/Harness.pm)
2020
- [Test::Harness](http://search.cpan.org/~andya/Test-Harness/lib/Test/Harness.pm)
2121

22-
[TAP::Parser Cookbook](/Testing_with_TAP/perl/TAP::Parser_Cookbook.html) - Cooking with TAP
22+
[TAP::Parser Cookbook](/testing-with-tap/perl/tap::parser-cookbook.html) - Cooking with TAP
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)