Skip to content

Commit 6cd3026

Browse files
authored
Update sales links (#950)
Description: updates sales team links to point to our form. Issue: DOC-170 (internal Linear ticket)
1 parent 1bdaf91 commit 6cd3026

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

docs/administration/concepts/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ See the table below for all organization permissions:
153153
### Workspace roles (RBAC) {#workspace-roles}
154154

155155
:::note
156-
RBAC (Role-Based Access Control) is a feature that is only available to Enterprise customers. If you are interested in this feature, please contact our sales team at sales@langchain.dev
156+
RBAC (Role-Based Access Control) is a feature that is only available to Enterprise customers. If you are interested in this feature, [contact our sales team](https://www.langchain.com/contact-sales).
157157
Other plans default to using the Admin role for all users.
158158
:::
159159

docs/administration/how_to_guides/organization_management/set_up_access_control.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { RegionalUrl } from "@site/src/components/RegionalUrls";
33
# Set up access control
44

55
:::note
6-
RBAC (Role-Based Access Control) is a feature that is only available to Enterprise customers. If you are interested in this feature, please contact our sales team at sales@langchain.dev
6+
RBAC (Role-Based Access Control) is a feature that is only available to Enterprise customers. If you are interested in this feature, [contact our sales team](https://www.langchain.com/contact-sales).
77
Other plans default to using the Admin role for all users. Read more about roles under [admin concepts](../../concepts)
88
:::
99

docs/pricing/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { RegionalUrl } from "@site/src/components/RegionalUrls";
1111

1212
### I’ve been using LangSmith since before pricing took effect for new users. When will pricing go into effect for my account?
1313

14-
If you’ve been using LangSmith already, your usage will be billable starting in July 2024. At that point if you want to add seats or use more than the monthly allotment of free traces, you will need to add a credit card to LangSmith or contact sales. If you are interested in the Enterprise plan with higher rate limits and special deployment options, you can learn more or make a purchase by reaching out to [sales@langchain.dev](mailto:sales@langchain.dev).
14+
If you’ve been using LangSmith already, your usage will be billable starting in July 2024. At that point if you want to add seats or use more than the monthly allotment of free traces, you will need to add a credit card to LangSmith or contact sales. If you are interested in the Enterprise plan with higher rate limits and special deployment options, you can learn more or make a purchase by [contacting our sales team](https://www.langchain.com/contact-sales).
1515

1616
### Which plan is right for me?
1717

docs/reference/cloud_architecture_and_scalability.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ LangSmith is deployed on Google Cloud Platform (GCP) and is designed to be highl
1717
The US-based LangSmith service is deployed in the `us-central1` (Iowa) region of GCP.
1818

1919
**NOTE:** The [EU-based LangSmith service](https://eu.smith.langchain.com) is now available (as of mid-July 2024) and is deployed in the `europe-west4` (Netherlands) region of GCP.
20-
If you are interested in an enterprise plan in this region, please contact us at sales@langchain.dev.
20+
If you are interested in an enterprise plan in this region, [contact our sales team](https://www.langchain.com/contact-sales).
2121

2222
### Regional storage
2323

docs/self_hosting/architectural_overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ table_of_contents: true
77
# Architectural overview
88

99
:::important Enterprise License Required
10-
Self-Hosted LangSmith is an add-on to the Enterprise Plan designed for our largest, most security-conscious customers. See our [pricing page](https://www.langchain.com/pricing) for more detail, and contact us at sales@langchain.dev if you want to get a license key to trial LangSmith in your environment.
10+
Self-Hosted LangSmith is an add-on to the Enterprise Plan designed for our largest, most security-conscious customers. See our [pricing page](https://www.langchain.com/pricing) for more detail, and [contact our sales team](https://www.langchain.com/contact-sales) if you want to get a license key to trial LangSmith in your environment.
1111
:::
1212

1313
LangSmith can be run via Kubernetes (recommended) or Docker in a Cloud environment that you control.

docs/self_hosting/installation/docker.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ table_of_contents: true
77
# Self-hosting LangSmith with Docker
88

99
:::important Enterprise License Required
10-
Self-hosting LangSmith is an add-on to the Enterprise Plan designed for our largest, most security-conscious customers. See our [pricing page](https://www.langchain.com/pricing) for more detail, and contact us at sales@langchain.dev if you want to get a license key to trial LangSmith in your environment.
10+
Self-hosting LangSmith is an add-on to the Enterprise Plan designed for our largest, most security-conscious customers. See our [pricing page](https://www.langchain.com/pricing) for more detail, and [contact our sales team](https://www.langchain.com/contact-sales) if you want to get a license key to trial LangSmith in your environment.
1111
:::
1212

1313
This guide provides instructions for installing and setting up your environment to run LangSmith locally using Docker. You can do this either by using the LangSmith SDK or by using Docker Compose directly.
@@ -23,7 +23,7 @@ This guide provides instructions for installing and setting up your environment
2323
- You may need to tune resource requests/limits for all of our different services based off of organization size/usage
2424
1. Disk Space: LangSmith can potentially require a lot of disk space. Ensure you have enough disk space available.
2525
1. LangSmith License Key
26-
1. You can get this from your Langchain representative. Contact us at sales@langchain.dev for more information.
26+
1. You can get this from your Langchain representative. [Contact our sales team](https://www.langchain.com/contact-sales) for more information.
2727
1. Api Key Salt
2828
1. This is a secret key that you can generate. It should be a random string of characters.
2929
1. You can generate this using the following command:

docs/self_hosting/installation/kubernetes.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ table_of_contents: true
77
# Self-hosting LangSmith on Kubernetes
88

99
:::important Enterprise License Required
10-
Self-hosting LangSmith is an add-on to the Enterprise Plan designed for our largest, most security-conscious customers. See our [pricing page](https://www.langchain.com/pricing) for more detail, and contact us at sales@langchain.dev if you want to get a license key to trial LangSmith in your environment.
10+
Self-hosting LangSmith is an add-on to the Enterprise Plan designed for our largest, most security-conscious customers. See our [pricing page](https://www.langchain.com/pricing) for more detail, and [contact our sales team](https://www.langchain.com/contact-sales) if you want to get a license key to trial LangSmith in your environment.
1111
:::
1212

1313
This guide will walk you through the process of deploying LangSmith to a Kubernetes cluster. We will use Helm to install LangSmith and its dependencies.
@@ -73,7 +73,7 @@ Ensure you have the following tools/items ready. Some items are marked optional:
7373
1. Helm
7474
1. To install `helm` refer to the [Helm documentation](https://helm.sh/docs/intro/install/)
7575
1. LangSmith License Key
76-
1. You can get this from your Langchain representative. Contact us at sales@langchain.dev for more information.
76+
1. You can get this from your Langchain representative. [Contact our sales team](https://www.langchain.com/contact-sales) for more information.
7777
1. Api Key Salt
7878
1. This is a secret key that you can generate. It should be a random string of characters.
7979
1. You can generate this using the following command:

0 commit comments

Comments
 (0)