migrate_to_reflex: convert pcconfig to rxconfig (#1270)
* migrate_to_reflex: convert pcconfig to rxconfig fix #1269 * migrate_to_reflex: replace pynecone.io links with reflex.dev
This commit is contained in:
parent
272f0eb003
commit
ffa6ddf8b8
@ -388,8 +388,10 @@ def migrate_to_reflex():
|
|||||||
updates = {
|
updates = {
|
||||||
"Pynecone": "Reflex",
|
"Pynecone": "Reflex",
|
||||||
"pynecone as pc": "reflex as rx",
|
"pynecone as pc": "reflex as rx",
|
||||||
|
"pynecone.io": "reflex.dev",
|
||||||
"pynecone": "reflex",
|
"pynecone": "reflex",
|
||||||
"pc.": "rx.",
|
"pc.": "rx.",
|
||||||
|
"pcconfig": "rxconfig",
|
||||||
}
|
}
|
||||||
for file_path in file_list:
|
for file_path in file_list:
|
||||||
with FileInput(file_path, inplace=True) as file:
|
with FileInput(file_path, inplace=True) as file:
|
||||||
|
Loading…
Reference in New Issue
Block a user