From b89c09a47a7334d11e7d9fab5d5f052fc5acb39e Mon Sep 17 00:00:00 2001 From: Sheen Tian Date: Mon, 13 Dec 2021 15:11:52 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b914ab..7199221 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ mmLoader is a library used for loading DLL modules from memory directly. Also, i | triplets | status | |---|---| -| x86-windows-static | [![CMake](https://github.com/tishion/mmLoader/actions/workflows/cmake.yml/badge.svg)](https://github.com/tishion/mmLoader/actions/workflows/build-win-x86.yml) | -| x64-windows-static | [![CMake](https://github.com/tishion/mmLoader/actions/workflows/cmake.yml/badge.svg)](https://github.com/tishion/mmLoader/actions/workflows/build-win-x64.yml) | +| x86-windows-static | [![CMake](https://github.com/tishion/mmLoader/actions/workflows/build-win-x86.yml/badge.svg)](https://github.com/tishion/mmLoader/actions/workflows/build-win-x86.yml) | +| x64-windows-static | [![CMake](https://github.com/tishion/mmLoader/actions/workflows/build-win-x64.yml/badge.svg)](https://github.com/tishion/mmLoader/actions/workflows/build-win-x64.yml) | [DOC](http://tishion.github.io/mmLoader/) | [CI&CD](https://dev.azure.com/sheentian/GitHub-CI)