Skip to content

Commit

Permalink
Fix codecov after repo renaming (#41) (#71)
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Chu <lingzhichu.clz@gmail.com>
(cherry picked from commit d9b44e7)
  • Loading branch information
opensearch-trigger-bot[bot] authored Jan 3, 2023
1 parent 372f0f7 commit 8bc45d2
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- [Developer Guide](#developer-guide)
- [Getting Started](#getting-started)
- [Fork OpenSearch search-relevance Repo](#fork-opensearch-search-processor-repo)
- [Fork OpenSearch search-processor Repo](#fork-opensearch-search-processor-repo)
- [Install Prerequisites](#install-prerequisites)
- [JDK 11](#jdk-11)
- [Environment](#Environment)
Expand All @@ -23,11 +23,11 @@ So you want to contribute code to OpenSearch Search Processor? Excellent! We're

### Fork OpenSearch Search Processor Repo

Fork [opensearch-project/OpenSearch Search Processor](https://github.com/opensearch-project/search-relevance) and clone locally.
Fork [opensearch-project/OpenSearch Search Processor](https://github.com/opensearch-project/search-processor) and clone locally.

Example:
```
git clone https://github.com/[your username]/search-relevance.git
git clone https://github.com/[your username]/search-processor.git
```

### Install Prerequisites
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Build and Test Search Reranker](https://github.com/opensearch-project/search-relevance/actions/workflows/CI.yml/badge.svg)](https://github.com/opensearch-project/search-relevance/actions/workflows/CI.yml)
[![codecov](https://codecov.io/gh/opensearch-project/search-relevance/branch/main/graph/badge.svg?token=PYQO2GW39S)](https://codecov.io/gh/opensearch-project/search-relevance)
[![Build and Test Search Reranker](https://github.com/opensearch-project/search-processor/actions/workflows/CI.yml/badge.svg)](https://github.com/opensearch-project/search-processor/actions/workflows/CI.yml)
[![codecov](https://codecov.io/gh/opensearch-project/search-processor/branch/main/graph/badge.svg?token=PYQO2GW39S)](https://codecov.io/gh/opensearch-project/search-processor)
![PRs welcome!](https://img.shields.io/badge/PRs-welcome!-success)

# OpenSearch Search Relevance - Reranker
Expand Down
2 changes: 1 addition & 1 deletion RELEVANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Overall the Relevancy Engineering can be divided into two tiers:
1. Manage business rules, ontologies and manual judgments.
4. Relevancy workbench:
1. Improve algorithms with automated testing, relevance model trainings, personalizations and custom re-rankers.
### [RFC Search Relevance](https://github.com/opensearch-project/search-relevance/issues/1)
### [RFC Search Relevance](https://github.com/opensearch-project/search-processor/issues/1)

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ publishing {
developers {
developer {
name = "OpenSearch"
url = "https://github.com/opensearch-project/search-relevance"
url = "https://github.com/opensearch-project/search-processor"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion helpers/search_processing_kendra_quickstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [ -z "${OPENSEARCH_DASHBOARDS_IMAGE_TAG:-}" ]; then
OPENSEARCH_DASHBOARDS_IMAGE_TAG="opensearchproject/opensearch-dashboards:${OPENSEARCH_VERSION}"
fi
if [ -z "${SEARCH_PROCESSOR_PLUGIN_URL:-}" ]; then
SEARCH_PROCESSOR_PLUGIN_URL="https://github.com/opensearch-project/search-relevance/releases/download/${OPENSEARCH_VERSION}/search-processor.zip"
SEARCH_PROCESSOR_PLUGIN_URL="https://github.com/opensearch-project/search-processor/releases/download/${OPENSEARCH_VERSION}/search-processor.zip"
fi

function print_help() {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
* in the user manual at https://docs.gradle.org/6.5.1/userguide/multi_project_builds.html
*/

rootProject.name = 'search-relevance'
rootProject.name = 'search-processor'

0 comments on commit 8bc45d2

Please sign in to comment.