Skip to content

Commit 7636552

Browse files
authored
Merge pull request telefonicaid#4646 from telefonicaid/hardening/fix-docu-intra-link
FIX docu links
2 parents 455aa11 + 6c3bf9e commit 7636552

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/manuals.jp/orion-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ Orion は階層スコープをサポートしているため、エンティテ
683683
- `dateExpires` (型: `DateTime`): エンティティの有効期限。ISO 8601 文字列です。Orion がエンティティの有効期限を制御
684684
する方法については、[一時エンティティのセクション](#transient-entities) で説明されています
685685
- `alterationType` (タイプ: `Text`): 通知をトリガーする変更を指定します。これは、変更タイプの機能に基づく
686-
サブスクリプションに関連しています ([変更タイプに基づくサブスクリプション](#subscriptions_alttype)のセクションを
686+
サブスクリプションに関連しています ([変更タイプに基づくサブスクリプション](#subscriptions-based-in-alteration-type)のセクションを
687687
参照)
688688
この属性は通知でのみ使用できます。クエリ (`GET /v2/entities?attrs=alterationType`) を実行しても表示されず、次の値を
689689
取ることができます:

doc/manuals/orion-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ The list of builtin attributes is as follows:
714714
controls entity expiration is described in [Transient entities section](#transient-entities).
715715

716716
* `alterationType` (type: `Text`): specifies the change that triggers the notification. It is related with
717-
the subscriptions based in alteration type features (see [Subscription based in alteration type](#subscriptions_alttype) section). This attribute
717+
the subscriptions based in alteration type features (see [Subscription based in alteration type](#subscriptions-based-in-alteration-type) section). This attribute
718718

719719
can be used only in notifications, it does not appear when querying it (`GET /v2/entities?attrs=alterationType`) and can take the following values:
720720
* `entityCreate` if the update that triggers the notification is a entity creation operation

0 commit comments

Comments
 (0)