From c84d027c23edfbab5d628bb46d5995fe27fce9e7 Mon Sep 17 00:00:00 2001 From: Dmitry Muhomor Date: Sat, 26 Aug 2023 19:21:40 +0300 Subject: [PATCH] update links to adevtool GitHub --- src/frontend/readme.ts | 4 ++-- src/util/headers.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/frontend/readme.ts b/src/frontend/readme.ts index bdf017d..3081b90 100644 --- a/src/frontend/readme.ts +++ b/src/frontend/readme.ts @@ -8,9 +8,9 @@ function createReadme(device: string, friendlyDevice: string) { // Hard-coded here for convenient formatting return `# ${friendlyDevice} vendor module -This is an automatically-generated vendor module to build AOSP ROMs for the ${friendlyDevice} (codename \`${device}\`). +This is an automatically-generated vendor module to build AOSP for the ${friendlyDevice} (codename \`${device}\`). -Generated by [adevtool](https://github.com/kdrag0n/adevtool). [More info](https://github.com/kdrag0n/adevtool/blob/main/README.md) +Generated by [adevtool](https://github.com/GrapheneOS/adevtool). [More info](https://github.com/GrapheneOS/adevtool/blob/main/README.md) ` } diff --git a/src/util/headers.ts b/src/util/headers.ts index f257596..798202b 100644 --- a/src/util/headers.ts +++ b/src/util/headers.ts @@ -1,5 +1,5 @@ const LINE1 = 'Generated by adevtool; do not edit' -const LINE2 = 'For more info, see https://github.com/kdrag0n/adevtool' +const LINE2 = 'For more info, see https://github.com/GrapheneOS/adevtool' export const MAKEFILE_HEADER = `# ${LINE1} # ${LINE2}`