diff --git a/README.md b/README.md
index 558479f4..e8a59b65 100644
--- a/README.md
+++ b/README.md
@@ -80,7 +80,7 @@ This extension provides several commands in the Command Palette (F1 o
| `arduino.disableTestingOpen` | Enable/disable automatic sending of a test message to the serial port for checking the open status. The default value is `false` (a test message will be sent). |
| `arduino.skipHeaderProvider` | Enable/disable the extension providing completion items for headers. This functionality is included in newer versions of the C++ extension. The default value is `false`.|
| `arduino.defaultBaudRate` | Default baud rate for the serial port monitor. The default value is 115200. Supported values are 300, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 74880, 115200, 230400 and 250000 |
-| `arduino.defaultTimestampFormat` | Format of timestamp printed before each line of Serial Monitor output. You can find list of all available placeholders [here](https://strftime.org). |
+| `arduino.defaultTimestampFormat` | Format of timestamp printed before each line of Serial Monitor output. You can find list of all available placeholders [here](https://github.com/samsonjs/strftime#supported-specifiers). |
| `arduino.disableIntelliSenseAutoGen` | When `true` vscode-arduino will not auto-generate an IntelliSense configuration (i.e. `.vscode/c_cpp_properties.json`) by analyzing Arduino's compiler output. |
The following Visual Studio Code settings are available for the Arduino extension. These can be set in global user preferences Ctrl + , *or* Cmd + , or workspace settings (`.vscode/settings.json`). The latter overrides the former.
diff --git a/package.json b/package.json
index 2db00527..db3b29d5 100644
--- a/package.json
+++ b/package.json
@@ -540,7 +540,7 @@
"arduino.defaultTimestampFormat": {
"type": "string",
"default": "",
- "markdownDescription": "Format of timestamp printed before each line of Serial Monitor output. You can find list of all available placeholders [here](https://strftime.org)."
+ "markdownDescription": "Format of timestamp printed before each line of Serial Monitor output. You can find list of all available placeholders [here](https://github.com/samsonjs/strftime#supported-specifiers)."
}
}
},