--- a/eric6/Preferences/__init__.py Tue Apr 21 19:47:10 2020 +0200 +++ b/eric6/Preferences/__init__.py Tue Apr 21 19:52:43 2020 +0200 @@ -1474,15 +1474,21 @@ # QChart.ChartTheme otherwise "MpyCrossCompiler": "", # path of the mpy-cross compiler "DfuUtilPath": "", # path of the dfu-util flashing tool + # documentation URLs "MicroPythonDocuUrl": "https://docs.micropython.org/en/latest/", "CircuitPythonDocuUrl": "https://circuitpython.readthedocs.io/en/latest/", "MicrobitDocuUrl": "https://microbit-micropython.readthedocs.io/en/latest/", - "MicroPythonFirmwareUrl": "http://micropython.org/download", - "CircuitPythonFirmwareUrl": "https://circuitpython.org/downloads", + "CalliopeDocuUrl": + "https://github.com/calliope-mini/calliope-mini-micropython/", + # MicroPython firmware URLs + "MicroPythonFirmwareUrl": "http://micropython.org/download/", + "CircuitPythonFirmwareUrl": "https://circuitpython.org/downloads/", "MicrobitFirmwareUrl": "https://microbit.org/guide/firmware/", + "CalliopeFirmwareUrl": + "https://github.com/calliope-mini/calliope-mini-micropython/", } if Globals.isWindowsPlatform(): microPythonDefaults["ColorScheme"] = "Windows 10"