From 4f9fc133528116ec93a48828a01d6e678a40f226 Mon Sep 17 00:00:00 2001 From: Naveenraj M Date: Mon, 18 May 2020 02:17:11 +0530 Subject: [PATCH] update images link in README --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 16d9207..382e9db 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,7 @@ The generated RPMs or SRPMS can be uploaded as artifacts by using actions/upload #### Above workflow will create an artifact like : -[artifact_image](!assests/upload_artifacts.png) - +![artifact_image](assets/upload_artifacts.png) Use with Release: ```yaml @@ -117,8 +116,7 @@ jobs: #### The above release uploads SRPM like : -[artifact_image](!assests/upload_release_asset.png) - +![artifact_image](assets/upload_release_asset.png) Example Repository which uses rpmbuild action https://github.com/naveenrajm7/cello @@ -137,7 +135,7 @@ If your RPMs are distribution specific like el7 or el8. ## Contribute -Feel free to contribute to this project. Read [CONTRIBUTING Guide](CONTRIBUTING.md) for details. +Feel free to contribute to this project. Read [CONTRIBUTING Guide](CONTRIBUTING.md) for more details. ## References * [RPM Packaging Guide](https://rpm-packaging-guide.github.io/)