Skip to content

Commit a51cb81

Browse files
authored
Merge pull request #106 from culturecreates/master
Fix build v1.0 Complete migration to support multiple versions of test bench. Closes #103
2 parents 3a1ed4a + c479e78 commit a51cb81

5 files changed

Lines changed: 355 additions & 621 deletions

File tree

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
Reconciliation service test bench v1.0
2-
=================================
2+
===================================
33

44
This web application can be used to access and play with the reconciliation services described in the [Reconciliation API specifications](https://github.com/reconciliation-api/specs).
55
It is meant to be a companion to the [W3C Entity Reconciliation Community Group](https://www.w3.org/community/reconciliation/).
66

77
This application is developed with React and calls to the reconciliation services are made directly from the browser.
88
It can be used at:
9+
https://reconciliation-api.github.io/testbench/1.0
10+
911

10-
https://reconciliation-api.github.io/testbench/
1112

1213
## Available Scripts
1314

@@ -42,3 +43,10 @@ Deploys the web app on GitHub Pages. It will become available at:
4243

4344
https://reconciliation-api.github.io/testbench/1.0/
4445

46+
Note: There is a redirect in the gh-pages branch that redirects https://reconciliation-api.github.io/testbench/ to https://reconciliation-api.github.io/testbench/0.2. This redirect should always point to the lastest official version of the spec.
47+
48+
## Support for test bench v0.2
49+
The previous Reconciliation service test bench v0.2 is available at:
50+
https://reconciliation-api.github.io/testbench/0.2
51+
52+
The code is maintained in branch `testbench-0.2`. From that branch the code may be maintained and deployed using the same scripts. The files are deployed to the Github Pages subfolder testbench/0.2.

0 commit comments

Comments
 (0)