From cfc599606e76b30228e4661e4e5bd5c0dd94b43a Mon Sep 17 00:00:00 2001 From: Niklas Natter Date: Tue, 12 Jan 2021 13:29:14 +0100 Subject: [PATCH] Change branch name in README.md --- README.md | 2 +- Upgrade.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aeaf4dd0..8d7e6afb 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,4 @@ Consumer for synchronization products with sylius. ## Documentation The the documentation is stored in the -[Resources/doc/](/~https://github.com/sulu/SuluSyliusConsumerBundle/blob/master/Resources/doc) folder. +[Resources/doc/](/~https://github.com/sulu/SuluSyliusConsumerBundle/blob/0.x/Resources/doc) folder. diff --git a/Upgrade.md b/Upgrade.md index cf5c5736..e406f6fe 100644 --- a/Upgrade.md +++ b/Upgrade.md @@ -1,6 +1,6 @@ # Upgrade -## dev-develop +## 0.x ```sql ALTER TABLE ca_categories ADD syliusCode VARCHAR(255) DEFAULT NULL;