Skip to content

Commit 96f4c58

Browse files
authored
migrate from heroku to a static link using pages
1 parent d0b1ebc commit 96f4c58

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Make sure to apply `pre-commit` hooks before submitting any pull request by runn
5252
- Parameters: N/A
5353
- Data: N/A
5454
- Return Type: `JSON`
55-
- Example Link: https://masader-web-service.herokuapp.com/datasets/schema
55+
- Example Link: https://arbml.github.io/masader-webservice/datasets/schema
5656
- Example Output:
5757

5858
```json
@@ -74,7 +74,7 @@ Make sure to apply `pre-commit` hooks before submitting any pull request by runn
7474
- `features` (Optional): The list of required features to be returned for each dataset (e.g. `features=Name,Year,Unit`).
7575
- Data: N/A
7676
- Return Type: `JSON`
77-
- Example Link: [https://masader-web-service.herokuapp.com/datasets?features=Name,Year,Unit&query=Year>2003 and Year<2008 and Unit=='tokens'](https://masader-web-service.herokuapp.com/datasets?features=Name,Year,Unit&query=Year>2003%20and%20Year<2008%20and%20Unit=='tokens')
77+
- Example Link: [https://arbml.github.io/masader-webservice/datasets?features=Name,Year,Unit&query=Year>2003 and Year<2008 and Unit=='tokens'](https://arbml.github.io/masader-webservice/datasets?features=Name,Year,Unit&query=Year>2003%20and%20Year<2008%20and%20Unit=='tokens')
7878
- Example Output:
7979

8080
```json
@@ -108,7 +108,7 @@ Make sure to apply `pre-commit` hooks before submitting any pull request by runn
108108
- `features` (Optional): The list of required features to be returned for each dataset (e.g. `features=Name,Year`).
109109
- Data: N/A
110110
- Return Type: `JSON`
111-
- Example Link: https://masader-web-service.herokuapp.com/datasets/1?features=Name,Year
111+
- Example Link: https://arbml.github.io/masader-webservice/datasets/1?features=Name,Year
112112
- Example Output:
113113

114114
```json
@@ -127,7 +127,7 @@ Make sure to apply `pre-commit` hooks before submitting any pull request by runn
127127
- `features` (Optional): The list of required features to return their unique values (e.g. `features=Dialect,Year`).
128128
- Data: N/A
129129
- Return Type: `JSON`
130-
- Example Link: https://masader-web-service.herokuapp.com/datasets/tags?features=Dialect,Year
130+
- Example Link: https://arbml.github.io/masader-webservice/datasets/tags?features=Dialect,Year
131131
- Example Output:
132132

133133
```json
@@ -158,7 +158,7 @@ Make sure to apply `pre-commit` hooks before submitting any pull request by runn
158158
- `title`: The issue's title. This will be prefixed with the dataset name.
159159
- `body`: The issue's body.
160160
- Return Type: `JSON`
161-
- Example Link: https://masader-web-service.herokuapp.com/datasets/1/issues
161+
- Example Link: https://arbml.github.io/masader-webservice/datasets/1/issues
162162
- Example Output:
163163

164164
```json
@@ -175,7 +175,7 @@ Make sure to apply `pre-commit` hooks before submitting any pull request by runn
175175
- Parameters: N/A
176176
- Data: N/A
177177
- Return Type: `JSON`
178-
- Example Link: https://masader-web-service.herokuapp.com/highlights
178+
- Example Link: https://arbml.github.io/masader-webservice/highlights
179179
- Example Output:
180180

181181
```json
@@ -193,7 +193,7 @@ Make sure to apply `pre-commit` hooks before submitting any pull request by runn
193193
- Parameters: N/A
194194
- Data: N/A
195195
- Return Type: `JSON`
196-
- Example Link: https://masader-web-service.herokuapp.com/refresh/123456
196+
- Example Link: https://arbml.github.io/masader-webservice/refresh/123456
197197
- Example Output:
198198

199199
```json

0 commit comments

Comments
 (0)