Skip to content

Commit 18dd811

Browse files
authored
docs: Replace URL links with file path links (#24223)
Follows our documented best practices for maintainable links.
1 parent f6a2f00 commit 18dd811

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/docs/build/tokenproviders.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ title: "Tutorial: Writing a TokenProvider with an Azure Function"
33
sidebar_position: 6
44
---
55

6-
In the [Fluid Framework](https://fluidframework.com/), TokenProviders are responsible for creating and signing tokens that the `@fluidframework/azure-client` uses to make requests to the Azure Fluid Relay. Each Fluid service must implement a custom TokenProvider based on the particular service's authentication and security considerations.
6+
In the Fluid Framework, TokenProviders are responsible for creating and signing tokens that the `@fluidframework/azure-client` uses to make requests to the Azure Fluid Relay. Each Fluid service must implement a custom TokenProvider based on the particular service's authentication and security considerations.
77

88
To learn more about using TokenProviders, see [How to: Write a TokenProvider with an Azure Function](https://learn.microsoft.com/azure/azure-fluid-relay/how-tos/azure-function-token-provider).

docs/docs/concepts/signals.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const signaler = container.initialObjects.signaler; // type is ISignaler
5555

5656
`signaler` can then be directly used in your Fluid application!
5757

58-
For more information on using `ContainerSchema` to create objects please see [Data modeling](https://fluidframework.com/docs/build/data-modeling/).
58+
For more information on using `ContainerSchema` to create objects please see [Data modeling](../build/data-modeling.mdx).
5959

6060
### API
6161

docs/docs/data-structures/tree/reading-and-editing.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,4 +236,4 @@ moveRangeToIndex(destinationGap: number, sourceStartIndex: number, sourceEndInde
236236
Moves the items to the specified `destinationGap` in the destination array.
237237
Specify a `source` array if it is different from the destination array.
238238
If the items are being moved within the same array, the `destinationGap` position is interpreted including the items being moved (as if a new copy of the moved items were being inserted, without removing the originals).
239-
See [the doc comments](https://fluidframework.com/docs/api/tree/treearraynode-interface#moverangetoindex-methodsignature) for details.
239+
See [the doc comments](../../api/fluid-framework/treearraynode-interface.md#moverangetoindex-methodsignature) for details.

docs/versioned_docs/version-1/build/tokenproviders.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ title: "Tutorial: Writing a TokenProvider with an Azure Function"
33
sidebar_position: 6
44
---
55

6-
In the [Fluid Framework](https://fluidframework.com/), TokenProviders are responsible for creating and signing tokens that the `@fluidframework/azure-client` uses to make requests to the Azure Fluid Relay. Each Fluid service must implement a custom TokenProvider based on the particular service's authentication and security considerations.
6+
In the Fluid Framework, TokenProviders are responsible for creating and signing tokens that the `@fluidframework/azure-client` uses to make requests to the Azure Fluid Relay. Each Fluid service must implement a custom TokenProvider based on the particular service's authentication and security considerations.
77

88
To learn more about using TokenProviders, see [How to: Write a TokenProvider with an Azure Function](https://learn.microsoft.com/azure/azure-fluid-relay/how-tos/azure-function-token-provider).

docs/versioned_docs/version-1/concepts/signals.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const signaler = container.initialObjects.signaler; // type is ISignaler
4545

4646
`signaler` can then be directly used in your Fluid application!
4747

48-
For more information on using `ContainerSchema` to create objects please see [Data modeling](https://fluidframework.com/docs/build/data-modeling/).
48+
For more information on using `ContainerSchema` to create objects please see [Data modeling](../build/data-modeling.mdx).
4949

5050
### API
5151

0 commit comments

Comments
 (0)