I2C EEPROM articles / tutorials errors

Since they are I2C, then the usual suspects (SDA/SCL) will be used.
You would need to tie the address lines (pins 1,23) to gnd/vcc appropriately to give each of the devices a unique address (1010000b-1010111b).

After that it's a matter of using the wire library to communicate with them, as per the data sheet.