Skip to content

Commit 13091f3

Browse files
authored
REFACTOR: Rename dir/files and fix example (#412)
1 parent 6919249 commit 13091f3

37 files changed

+20
-20
lines changed

examples/00_edb/legacy_standalone/differential_vias.py renamed to examples/edb/legacy_standalone/differential_vias.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
# ### Add stackup layers
4141
#
4242
# A stackup can be created layer by layer or imported from a
43-
# [configuration file](https://examples.aedt.docs.pyansys.com/version/dev/examples/00_edb/use_configuration/import_stackup.html).
43+
# [configuration file](https://examples.aedt.docs.pyansys.com/version/dev/examples/edb/use_configuration/import_stackup.html).
4444

4545
edb.stackup.add_layer("GND")
4646
edb.stackup.add_layer("Diel", "GND", layer_type="dielectric", thickness="0.1mm", material="FR4_epoxy")

0 commit comments

Comments
 (0)