Skip to content

Commit

Permalink
Merge pull request #12 from ivixvi/fix-docs
Browse files Browse the repository at this point in the history
docs: fix example path
  • Loading branch information
ivixvi authored Jul 13, 2024
2 parents 9fd43fa + 7f33497 commit d0c2ce8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ SCIM2.0のPatch操作の仕様の幅が広く、また、IdP毎の差異を吸
構想としては以下のIssueが近く、この例のような形で実装できることを期待しています。
https://github.com/elimity-com/scim/issues/171

現在の実装における利用例は [example](./example/README-ja.md) をご確認ください。
現在の実装における利用例は [example](./_example/README-ja.md) をご確認ください。
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ Additionally, this library depends on the following SCIM-related implementations
The following issue is relevant, and we aim to implement it to be usable in a form similar to this example:
https://github.com/elimity-com/scim/issues/171

For an example of usage in the current implementation, please refer to [example](./example/README.md).
For an example of usage in the current implementation, please refer to [example](./_example/README.md).
2 changes: 1 addition & 1 deletion _example/README-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ PATCHを試す上で必要な以下4エンドポイントが実装されてい
## 使い方

```shell
$ cd path/to/scim-patch/example
$ cd path/to/scim-patch/_example
$ go run .\...
```
2 changes: 1 addition & 1 deletion _example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ The following 4 endpoints necessary for testing PATCH operations are implemented
## Usage

```shell
$ cd path/to/scim-patch/example
$ cd path/to/scim-patch/_example
$ go run .\...
```

0 comments on commit d0c2ce8

Please sign in to comment.