From a0f7751aa3d1283f86a50005b3b34e378a365417 Mon Sep 17 00:00:00 2001
From: "p.belezov"
Date: Thu, 16 Jan 2025 14:18:02 +0800
Subject: [PATCH] made links to local
---
MySQL/all_foreign_keys_to_table_or_column.md | 1 -
Readme.md | 6 +++---
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/MySQL/all_foreign_keys_to_table_or_column.md b/MySQL/all_foreign_keys_to_table_or_column.md
index 811516c..e8ae629 100644
--- a/MySQL/all_foreign_keys_to_table_or_column.md
+++ b/MySQL/all_foreign_keys_to_table_or_column.md
@@ -1,5 +1,4 @@
# Find all tables whose foreign key refers to the table/column
-[SQL File](./src/branch/master/MySQL/sql/all_foreign_keys_to_table_or_column.sql)
## By table
diff --git a/Readme.md b/Readme.md
index f4e444a..ff23000 100644
--- a/Readme.md
+++ b/Readme.md
@@ -4,6 +4,6 @@ This is a repository with useful snippets of various kinds of code
## Structure
-- [MySQL](./src/branch/master/MySQL)
-- - [all_foreign_keys_to_table_or_column](./src/branch/master/MySQL/all_foreign_keys_to_table_or_column.md)
-- - [identify_lock](./src/branch/master/MySQL/identify_lock.md)
\ No newline at end of file
+- [MySQL](./MySQL/)
+- - [all_foreign_keys_to_table_or_column](./MySQL/all_foreign_keys_to_table_or_column.md)
+- - [identify_lock](./MySQL/identify_lock.md)
\ No newline at end of file