From 0aec09b3695e4face2d0da4bf2ddc3d6759dad7d Mon Sep 17 00:00:00 2001 From: Michael Kauzmann Date: Thu, 4 May 2023 16:26:17 -0600 Subject: [PATCH] correct issue URL, https://github.com/phetsims/chipper/issues/946 --- js/realmolecules/view/RealMoleculeViewer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/realmolecules/view/RealMoleculeViewer.ts b/js/realmolecules/view/RealMoleculeViewer.ts index 83ff265..621b5a8 100644 --- a/js/realmolecules/view/RealMoleculeViewer.ts +++ b/js/realmolecules/view/RealMoleculeViewer.ts @@ -139,7 +139,7 @@ export default class RealMoleculeViewer extends Node { moleculeProperty.link( molecule => { - //TODO populate elementsProperty with [Elements] for the selected molecule, see https://github.com/phetsims/molecule-polarity/15 + //TODO populate elementsProperty with [Elements] for the selected molecule, see https://github.com/phetsims/molecule-polarity/issues/15 } ); }