From 68fd012d374c1af6b36d141b8f7828178566d2f0 Mon Sep 17 00:00:00 2001 From: arturgontijo Date: Fri, 4 Jan 2019 10:03:03 -0200 Subject: [PATCH] [Repo] wiki -> dev-portal --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- README.md | 2 +- Services/gRPC/cntk-image-recon/README.md | 6 +++--- Services/gRPC/i3d-video-action-recognition/README.md | 6 +++--- .../meta-services/object-detection-image-recon/README.md | 6 +++--- Services/gRPC/s2vt-video-captioning/README.md | 6 +++--- Services/gRPC/yolov3-object-detection/README.md | 6 +++--- 7 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1f6374c..b526a90 100755 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,7 +3,7 @@ - [ ] CircleCI tests are green - [ ] Tests are added where necessary - [ ] Documentation is added/updated where necessary -- [ ] Coding Rules & Commit Guidelines as per our [CONTRIBUTING.md](https://github.com/singnet/wiki/blob/master/guidelines/CONTRIBUTING.md) document are followed +- [ ] Coding Rules & Commit Guidelines as per our [CONTRIBUTING.md](https://dev.singularitynet.io/docs/contribute/contribution-guidelines/) document are followed 00:00:10,00\nA man is playing guitar.'} ``` -Through SingularityNET (follow this [link](https://github.com/singnet/wiki/blob/master/tutorials/howToPublishService/README.md) to learn how to publish a service and open a payment channel to be able to call it): +Through SingularityNET (follow this [link](https://dev.singularitynet.io/tutorials/publish/) to learn how to publish a service and open a payment channel to be able to call it): Assuming that you have an open channel (`id: 0`) to this service: @@ -152,7 +152,7 @@ Calling service... ## Contributing and Reporting Issues -Please read our [guidelines](https://github.com/singnet/wiki/blob/master/guidelines/CONTRIBUTING.md#submitting-an-issue) before submitting an issue. If your issue is a bug, please use the bug template pre-populated [here][issue-template]. For feature requests and queries you can use [this template][feature-template]. +Please read our [guidelines](https://dev.singularitynet.io/docs/contribute/contribution-guidelines/#submitting-an-issue) before submitting an issue. If your issue is a bug, please use the bug template pre-populated [here][issue-template]. For feature requests and queries you can use [this template][feature-template]. ## Authors diff --git a/Services/gRPC/yolov3-object-detection/README.md b/Services/gRPC/yolov3-object-detection/README.md index 39ffb08..eb68e84 100644 --- a/Services/gRPC/yolov3-object-detection/README.md +++ b/Services/gRPC/yolov3-object-detection/README.md @@ -35,7 +35,7 @@ $ cd ../Services/gRPC/yolov3-object-detection ### Running the service: -To get the `ORGANIZATION_ID` and `SERVICE_ID` you must have already published a service (check this [link](https://github.com/singnet/wiki/tree/master/tutorials/howToPublishService)). +To get the `ORGANIZATION_ID` and `SERVICE_ID` you must have already published a service (check this [link](https://dev.singularitynet.io/tutorials/publish/)). Create the `SNET Daemon`'s config JSON file (`snetd.config.json`). @@ -113,7 +113,7 @@ confidences: "[0.9988894462585449, 0.9795901775360107, 0.9754813313484192]" ... (BASE64_BBOX_IMAGE) ``` -Through SingularityNET (follow this [link](https://github.com/singnet/wiki/blob/master/tutorials/howToPublishService/README.md) to learn how to publish a service and open a payment channel to be able to call it): +Through SingularityNET (follow this [link](https://dev.singularitynet.io/tutorials/publish/) to learn how to publish a service and open a payment channel to be able to call it): Assuming that you have an open channel (`id: 0`) to this service: @@ -139,7 +139,7 @@ Calling service... ## Contributing and Reporting Issues -Please read our [guidelines](https://github.com/singnet/wiki/blob/master/guidelines/CONTRIBUTING.md#submitting-an-issue) before submitting an issue. If your issue is a bug, please use the bug template pre-populated [here][issue-template]. For feature requests and queries you can use [this template][feature-template]. +Please read our [guidelines](https://dev.singularitynet.io/docs/contribute/contribution-guidelines/#submitting-an-issue) before submitting an issue. If your issue is a bug, please use the bug template pre-populated [here][issue-template]. For feature requests and queries you can use [this template][feature-template]. ## Authors