Skip to content

Commit 45ba1af

Browse files
committed
Fix anchor
1 parent 69e59ad commit 45ba1af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/en/docs/refguide9/modeling/integration/odata-services/wrap-services-odata.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ To build your app, you first need to do the following:
165165
* [Register as an X Developer](https://developer.x.com/en/portal)
166166
* Download Studio Pro [9.17](/releasenotes/studio-pro/9.17/) or above
167167

168-
#### Building the Connector {#twitter-connector}
168+
#### Building the Connector {#x-connector}
169169

170170
Set up a connector module that communicates to the X API with OData by following the steps outlined below. To ensure that your app will run, fill in your valid bearer token as the **Default value** in a **BearerToken** [constant](/refguide9/constants/). You can get one by [registering as an X Developer](https://developer.x.com/en/portal).
171171

@@ -184,7 +184,7 @@ Set up a connector module that communicates to the X API with OData by following
184184

185185
Set up an X client module that allows users to input an X ID and communicates to the X API via your [X connector](#x-connector).
186186

187-
1. Create a consumed OData service in the client module, and import the XML file you exported in the [building the connector](#twitter-connector) section.
187+
1. Create a consumed OData service in the client module, and import the XML file you exported in the [building the connector](#x-connector) section.
188188
2. Drag the external **Users**, **Tweets**, and **Followers** entities into your client domain model.
189189
3. Add a non-persistable entity for the XClientInput to be able to fill in the data, handled by a **NewXInput** microflow.
190190

0 commit comments

Comments
 (0)