Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs URL updates #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

RudderStack's [Transformations](https://rudderstack.com/product/transformations/) feature gives you the ability to code custom JavaScript functions to implement specific use-cases on your event data. This repository contains some useful transformation templates that you can use to create your own transformations.

For more information on RudderStack Transformations, refer to the [documentation](https://rudderstack.com/docs/features/transformations/).
For more information on RudderStack Transformations, refer to the [documentation](https://rudderstack.com/docs/transformations/).

## Table of contents

Expand All @@ -29,14 +29,14 @@ For more information on RudderStack Transformations, refer to the [documentation

## Getting started

The sample [transformations](https://www.rudderstack.com/docs/features/transformations/) and [libraries](https://www.rudderstack.com/docs/features/transformations/#libraries) included in this repository can be added via the [RudderStack dashboard](https://app.rudderstack.com/). Follow these steps:
The sample [transformations](https://www.rudderstack.com/docs/transformations/) and [libraries](https://www.rudderstack.com/docs/transformations/libraries/) included in this repository can be added via the [RudderStack dashboard](https://app.rudderstack.com/). Follow these steps:

1. In the [RudderStack dashboard](https://app.rudderstack.com/transformations), go to **Enhance** > **Transformations**.
2. Click **New Transformations**.
3. Enter a name and description and add the code for the transformation or library.
4. Click **Save**.

For detailed steps on adding a new transformation or library, refer to the [documentation](https://rudderstack.com/docs/features/transformations/).
For detailed steps on adding a new transformation or library, refer to the [documentation](https://rudderstack.com/docs/transformations/).

## Filtering

Expand Down