Skip to content

Commit 9344f28

Browse files
authored
Merge pull request #90 from wrongerror/main
fixed links for local-domain
2 parents 09e9484 + c4b1a9b commit 9344f28

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

functions/knative/hello-world-go/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ You can create this secret by editing the ``REGISTRY_SERVER``, ``REGISTRY_USER``
9696
```
9797

9898
Access functions by the external address:
99-
> To access the function via the Address of type `External` in `Funtion.status`, you should configure local domain first, see [Configure Local Domain](https://openfunction.dev/docs/concepts/networking/local-domain).
99+
> To access the function via the Address of type `External` in `Funtion.status`, you should configure local domain first, see [Configure Local Domain](https://openfunction.dev/docs/operations/networking/local-domain/).
100100

101101
```shell
102102
[ root@curl:/ ]$ curl http://function-sample.default.ofn.io/World

functions/knative/multiple-functions-go/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ You can create this secret by editing the ``REGISTRY_SERVER``, ``REGISTRY_USER``
9999
```
100100

101101
Access functions by the external address:
102-
> To access the function via the Address of type `External` in `Funtion.status`, you should configure local domain first, see [Configure Local Domain](https://openfunction.dev/docs/concepts/networking/local-domain).
102+
> To access the function via the Address of type `External` in `Funtion.status`, you should configure local domain first, see [Configure Local Domain](https://openfunction.dev/docs/operations/networking/local-domain/).
103103

104104
```shell
105105
[ root@curl:/ ]$ curl http://function-sample.default.ofn.io/bar

functions/knative/path-parameters-function-go/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ You can create this secret by editing the ``REGISTRY_SERVER``, ``REGISTRY_USER``
129129
```
130130

131131
Access functions by the external address:
132-
> To access the function via the Address of type `External` in `Funtion.status`, you should configure local domain first, see [Configure Local Domain](https://openfunction.dev/docs/concepts/networking/local-domain).
132+
> To access the function via the Address of type `External` in `Funtion.status`, you should configure local domain first, see [Configure Local Domain](https://openfunction.dev/docs/operations/networking/local-domain/).
133133
```shell
134134
[ root@curl:/ ]$ curl http://function-sample.default.ofn.io/hello/openfunction
135135
{"hello":"openfunction"}%

functions/knative/with-output-binding/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Access functions by the internal address:
160160
```
161161
162162
Access functions by the external address:
163-
> To access the function via the Address of type `External` in `Funtion.status`, you should configure local domain first, see [Configure Local Domain](https://openfunction.dev/docs/concepts/networking/local-domain).
163+
> To access the function via the Address of type `External` in `Funtion.status`, you should configure local domain first, see [Configure Local Domain](https://openfunction.dev/docs/operations/networking/local-domain/).
164164
165165
```shell
166166
[ root@curl:/ ]$ curl -d '{"message":"Awesome OpenFunction!"}' -H "Content-Type: application/json" -X POST http://function-front.default.ofn.io/

0 commit comments

Comments
 (0)