# helix-redirect **Repository Path**: mirrors_adobe/helix-redirect ## Basic Information - **Project Name**: helix-redirect - **Description**: Serve 3xx and internal redirects for Project Helix - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Helix Redirect > Serve 3xx and internal redirects for Project Helix ## Status [![codecov](https://img.shields.io/codecov/c/github/adobe/helix-redirect.svg)](https://codecov.io/gh/adobe/helix-redirect) [![CircleCI](https://img.shields.io/circleci/project/github/adobe/helix-redirect.svg)](https://circleci.com/gh/adobe/helix-redirect) [![GitHub license](https://img.shields.io/github/license/adobe/helix-redirect.svg)](https://github.com/adobe/helix-redirect/blob/main/LICENSE.txt) [![GitHub issues](https://img.shields.io/github/issues/adobe/helix-redirect.svg)](https://github.com/adobe/helix-redirect/issues) [![LGTM Code Quality Grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/adobe/helix-redirect.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/adobe/helix-redirect) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) ## Installation ## Usage `helix-redirect` is a service that will be called from `helix-dispatch`. It reads a repository's [`helix-redirects.yaml`](https://github.com/adobe/helix-shared/blob/main/docs/redirects.md), retrieves all linked redirect spreadsheets, evaluates the current URL against the configured redirect rules and returns either a 3xx redirect or a 204 (no content) response to indicate that no redirect rules apply to the current URL. ```bash curl https://adobeioruntime.net/api/v1/web/helix/helix-services/redirect@v1 ``` For more, see the [API documentation](docs/API.md). ## Development ### Deploying Helix Redirect Deploying Helix Redirect requires the `wsk` command line client, authenticated to a namespace of your choice. For Project Helix, we use the `helix` namespace. All commits to main that pass the testing will be deployed automatically. All commits to branches that will pass the testing will get commited as `/helix-services/redirect@ci` and tagged with the CI build number.