From 9466ee418d244b577c481bead14480f21aa60664 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Mon, 13 May 2024 12:18:53 -0700 Subject: [PATCH] Really fix the status badge. It was wrong twice before (path and workflow name). I only fixed the workflow name last time. Also add the missing "actions" path component. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4718e9a11..fe2f311e1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # NDK Samples -[![build](https://github.com/android/ndk-samples/workflows/build.yml/badge.svg)](https://github.com/android/ndk-samples/actions) +[![build](https://github.com/android/ndk-samples/actions/workflows/build.yml/badge.svg)](https://github.com/android/ndk-samples/actions) This repository contains [Android NDK][0] samples with Android Studio [C++ integration](https://www.youtube.com/watch?v=f7ihSQ44WO0&feature=youtu.be).