Skip to content

Commit

Permalink
fix links (#624)
Browse files Browse the repository at this point in the history
* fix links

* fix link
  • Loading branch information
renejeglinsky authored Jan 15, 2024
1 parent 22b3642 commit 33726eb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion about/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Following is an index of the features currently covered by CAP, with status and
| [Deploy to/run on _SAP BTP, Cloud Foundry environment_](../guides/deployment/) | <X/> | <X/> |
| Deploy to/run on _Kubernetes_<sup>1</sup> | <D/> | <D/> |
| [Deploy to/run on _Kyma_](../guides/deployment/deploy-to-kyma) | <X/> | <X/> |
| [SaaS on-/offboarding](../guides/deployment/as-saas) | <X/> | <X/> |
| [SaaS on-/offboarding](../guides/multitenancy/) | <X/> | <X/> |
| [Multitenancy](../guides/multitenancy/) | <X/> | <X/> |
| Health checks | <O/> | <X/> |

Expand Down
2 changes: 0 additions & 2 deletions guides/data-privacy/pdm.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,6 @@ Deploy your application:
cf create-service-push
```

For multitenant-specific information, refer to our [Multitenancy Guide](../deployment/as-saas).



### Subscribe to SAP Personal Data Manager Service
Expand Down
2 changes: 1 addition & 1 deletion guides/security/aspects.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Learn more about user model and identity providers here:

CAP microservices consume remote services and hence need to be authenticated as technical client as well.
Similar to [request authentication](#authenticate-requests), CAP saves applications from having to implement secure setup of service to service communication:
- CAP interacts with platform services such as [Event Mesh](../messaging/) or [SaaS Provisioning Service](../deployment/as-saas) on basis of platform-injected service bindings.
- CAP interacts with platform services such as [Event Mesh](../messaging/) or [SaaS Provisioning Service](../deployment/to-cf) on basis of platform-injected service bindings.
- CAP offers consumption of [Remote Services](../using-services) on basis of [SAP BTP destinations](../using-services#btp-destinations).

Note that the applied authentication strategy is specified by server offering and resp. configuration and not limited by CAP.
Expand Down

0 comments on commit 33726eb

Please sign in to comment.