Skip to content

Commit d1b22bf

Browse files
authored
Merge pull request #171 from SAP-samples/docs/deployment-further-reading-section
docs: improve Further Reading section in deployment.md
2 parents c22bd79 + 4a2d558 commit d1b22bf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

misc/onpremise/deployment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ DEBUG=* NODE_DEBUG=http,https,net,tls npm run deploy 2>&1 | tee deploy-debug.log
4545
$env:DEBUG="*"; $env:NODE_DEBUG="http,https,net,tls"; npm run deploy 2>&1 | Tee-Object deploy-debug.log
4646
```
4747

48-
### Resources
48+
### Further Reading
4949

50-
- [Deployment to ABAP On-Premise System](https://ga.support.sap.com/index.html#/tree/3046/actions/45995:45996:50742:46000)
51-
- Video guide: [Analyzing the `/IWFND/ERROR_LOG` OData Error Log](https://www.youtube.com/watch?v=Tmb-O966GwM)
50+
- [Common Deployment Issues](https://ga.support.sap.com/index.html#/tree/3046/actions/45995:45996:50742:46000)
51+
- [Analyzing the ABAP Transaction log `/IWFND/ERROR_LOG`](https://www.youtube.com/watch?v=Tmb-O966GwM)
5252

5353
---
5454

0 commit comments

Comments
 (0)