diff --git a/docs.it4i/salomon/software/compilers.md b/docs.it4i/salomon/software/compilers.md
index 99c8668c81a21ce737c46b8e3726562f5d6b6e2d..a49aa8eb4dfa2d832572e8c225b6ceccdd84bc82 100644
--- a/docs.it4i/salomon/software/compilers.md
+++ b/docs.it4i/salomon/software/compilers.md
@@ -96,7 +96,7 @@ $ g++ -v
 
 Simple program to test the compiler
 
-```upc
+```cpp
 $ cat count.upc
 
 /* hello.upc - a simple UPC example */
@@ -145,7 +145,7 @@ For production runs, it is recommended to use the native InfiniBand implementati
 
 Example UPC code:
 
-```upc
+```cpp
 $ cat hello.upc
 
 /* hello.upc - a simple UPC example */