Skip to content

Commit 8cbd21d

Browse files
committed
Modify example url
1 parent 1b26cd4 commit 8cbd21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/logic/create-a-logic-adapter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ For this example we will use a fictitious API endpoint that returns the current
104104
import requests
105105
106106
# Make a request to the temperature API
107-
response = requests.get('https://api.temperature.com/current?units=celsius')
107+
response = requests.get('https://temperature.example.com/current?units=celsius')
108108
data = response.json()
109109
110110
# Let's base the confidence value on if the request was successful

0 commit comments

Comments
 (0)